diff options
author | friendica <info@friendica.com> | 2014-08-20 04:38:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-20 04:38:17 -0700 |
commit | b1029869295e50040dba2cdc33c9ca797ca76ffb (patch) | |
tree | 3021f0713148a0f49bd0775922a62477cf3eba8a /version.inc | |
parent | 0fef39a3265602905d1f629c1209e8279c54f0d9 (diff) | |
download | volse-hubzilla-b1029869295e50040dba2cdc33c9ca797ca76ffb.tar.gz volse-hubzilla-b1029869295e50040dba2cdc33c9ca797ca76ffb.tar.bz2 volse-hubzilla-b1029869295e50040dba2cdc33c9ca797ca76ffb.zip |
greatly simplify consume_feed() - a lot of this was friendica specific and somebody may want to put some of it back in, but we'd be much better off building a zot compatible feed for friendica (hint,hint) - even if it didn't support the other protocol bits. Special purpose feed handlers for things like likes, dislikes, events, and community tags are better handled as zot arrays. We have all those handlers. We just need to pass them a JSON message instead of an XML/Atom message. Handlers for statusnet follow messages are another casualty. That's easy to bring back - but we need to keep driving nails into the XML coffin or the damn zombies will get out.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 6ca87b875..ed8a8be13 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-08-19.772 +2014-08-20.773 |