This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec
aschmitz 554c2fd8af Clean up reblog tracking keys, related improvements (#5428)
* Clean up reblog-tracking sets from FeedManager

Builds on #5419, with a few minor optimizations and cleanup of sets
after they are no longer needed.

* Update tests, fix multiply-reblogged case

Previously, we would have lost the fact that a given status was
reblogged if the displayed reblog of it was removed, now we don't.

Also added tests to make sure FeedManager#trim cleans up our reblog
tracking keys, fixed up FeedCleanupScheduler to use the right loop,
and fixed the test for it.
2017-10-17 11:45:06 +02:00
..
controllers
fabricators
features
fixtures Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
helpers Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
lib
mailers Spec UserMailer (#3757) 2017-06-17 01:15:00 +02:00
models
policies
presenters
requests
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
services Retoot count increases without reason (#5363) 2017-10-13 02:52:09 +02:00
support
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
views
workers
rails_helper.rb
spec_helper.rb