chuckya/app
Eugen Rochko 34118169ac Keep references to all reblogs of a status on home feed ()
* Keep references to all reblogs of a status on home feed

When inserting reblog: Add to set of reblogs of this status on
the feed, if original status was present in the feed, add it to
that set as well.

When removing a reblog: Remove it from that set. Take random
remaining item from the set. If one exists, re-insert it into feed,
otherwise do not re-insert anything.

Fix 

* When original is removed, toss out reblog references
2017-10-16 20:44:31 +02:00
..
controllers Add option to reduce motion () 2017-10-16 09:36:15 +02:00
helpers Add moderation note () 2017-10-07 20:26:43 +02:00
javascript Filter out duplicate IDs in timelines reducer () 2017-10-16 15:59:30 +02:00
lib Keep references to all reblogs of a status on home feed () 2017-10-16 20:44:31 +02:00
mailers Supply @instance variable in password reset instructions / password change mailer () 2017-10-04 13:25:24 +02:00
models Add option to reduce motion () 2017-10-16 09:36:15 +02:00
policies Add status destroy authorization to policy () 2017-05-30 22:56:31 +02:00
presenters Compact status_ids in StatusRelationshipsPresenter () 2017-09-24 11:18:32 +02:00
serializers Add option to reduce motion () 2017-10-16 09:36:15 +02:00
services Close connection when succeeded posting () 2017-10-14 14:38:57 +02:00
validators Implement EmailBlackList () 2017-10-04 15:16:10 +02:00
views Fix - disable retweet link for followers only toot () 2017-10-16 14:10:12 +02:00
workers Keep references to all reblogs of a status on home feed () 2017-10-16 20:44:31 +02:00