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
ThibG 517af45e32
Fix multiple boosts of a same toot erroneously appearing in TL (#14759)
* Check for and record reblog info atomically

Instead of using ZREVRANK to determine whether a reblog is a new reblog or not,
use ZADD's NX option to perform the check/addition option atomically.

* Replace ZREVRANK call with ZSCORE key which is more efficient

* Make tests a bit stricter

* Fix off-by-one
4 years ago
..
activitypub Add support for dereferencing objects through bearcaps (#14683) 4 years ago
connection_pool
ostatus
proof_provider/keybase
rss Improve RSS entries for statuses (#13592) 5 years ago
settings
delivery_failure_tracker_spec.rb
extractor_spec.rb
feed_manager_spec.rb Fix multiple boosts of a same toot erroneously appearing in TL (#14759) 4 years ago
formatter_spec.rb
hash_object_spec.rb
language_detector_spec.rb
request_pool_spec.rb
request_spec.rb
sanitize_config_spec.rb
spam_check_spec.rb Fix various warnings in rspec (#14729) 4 years ago
status_filter_spec.rb
status_finder_spec.rb
tag_manager_spec.rb
user_settings_decorator_spec.rb
webfinger_resource_spec.rb Fix webfinger returning wrong status code on malformed or missing param (#13759) 5 years ago