Unterhaltung
Nachrichten
-
@andstatus so you're suggesting the the 'remote follow' process as implemented in the web interface is not actually supported by the API but (instead) inplemented "directly" in the web GUI? If so, yuk! Then that should definitely be amended. /cc @mmn
-
@lnxw48 right - one of the things that disturbed me about the Statusnet software was that the web GUI was not actually a client, but 'hardcoded' into the server software. It _should_ be a client. If you need an extra function, first c…
-
@lnxw48 well, not all of the web client was 'hardcoded' - I meant that some of it was - leading to an inconsistent mix of coding practices.
-
@lnxw48 I've never looked at the pump API, so I don't know how limited (or not) it is; but I think Evan wanted a clean start instead of starting with an existing API and then cobbling things onto that. It makes sense, of course, but o…
-
@lnxw48 but, *local* subscribing certainly is part of the Twitter(-like) API, and even possible in the XMPP interface with a simple command. The problem is in remote subscription because it isn't a simple command to be matched to a si…