aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zotfeed.php
Commit message (Collapse)AuthorAgeFilesLines
* What this checkin does is catch the case where a comment arrived and there's ↵friendica2014-10-301-1/+1
| | | | a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
* improve zotfeed for discover channel so it will send updates to posts you've ↵friendica2014-04-171-2/+3
| | | | already received. Incidentally I discovered why we had the meltdown replying to discover channel items the other day - but can't fix it easily.
* allow zotfeed to create a firehose of a site.friendica2014-03-261-0/+5
|
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-171-1/+3
|
* fix some weirdness on the zot feedfriendica2013-07-291-1/+1
|
* why oh why is poco_load not getting called? oh - that's why.friendica2013-01-241-0/+3
|
* temporary feed import/export (public only for the moment) until this is ↵friendica2013-01-031-0/+35
integrated with remote permissions