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/app/lib/activitypub/activity
ThibG 4a73615193 Fix race condition when receiving an ActivityPub Create multiple times (#4930)
* Fix race condition when receiving an ActivityPub Create multiple times

* Use a RedisLock to avoid concurrent processing of a same Create activity
7 years ago
..
accept.rb
announce.rb Handle duplicate ActivityPub activities (#4639) 7 years ago
block.rb
create.rb Fix race condition when receiving an ActivityPub Create multiple times (#4930) 7 years ago
delete.rb
follow.rb
like.rb
reject.rb
undo.rb
update.rb