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
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
..
controllers
fabricators
features
fixtures
helpers
lib Fix multiple boosts of a same toot erroneously appearing in TL (#14759) 4 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 4 years ago
models Refactor how public and tag timelines are queried (#14728) 4 years ago
policies
presenters
requests
routing
serializers/activitypub
services Refactor how public and tag timelines are queried (#14728) 4 years ago
support
validators
views
workers Fix various warnings in rspec (#14729) 4 years ago
rails_helper.rb
spec_helper.rb