You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/lib
Eugen Rochko 34118169ac Keep references to all reblogs of a status on home feed (#5419)
* 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 #4210

* When original is removed, toss out reblog references
7 years ago
..
activitypub Use atomUri in Undo activity of Announce (#5376) 7 years ago
ostatus Introduce OStatus::TagManager (#5008) 7 years ago
delivery_failure_tracker_spec.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 7 years ago
extractor_spec.rb
feed_manager_spec.rb Keep references to all reblogs of a status on home feed (#5419) 7 years ago
formatter_spec.rb Custom emoji (#4988) 7 years ago
hash_object_spec.rb
language_detector_spec.rb Fix filterable_languages method of SettingsHelper (#4966) 7 years ago
provider_discovery_spec.rb
request_spec.rb HTTP signatures (#4146) 8 years ago
status_filter_spec.rb Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous (#3752) 8 years ago
status_finder_spec.rb Raise an error for remote url in StatusFinder (#4776) 7 years ago
tag_manager_spec.rb Introduce OStatus::TagManager (#5008) 7 years ago
user_settings_decorator_spec.rb Add unfollow modal (optional) (#4246) 8 years ago
webfinger_resource_spec.rb Fix randomly fail (regression from #3560) (#3580) 8 years ago