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/workers/activitypub
ThibG 3a92885a86 Support pushing and receiving updates to poll tallies (#10209)
* Process incoming poll tallies update

* Send Update on poll vote

* Do not send Updates for a poll more often than once every 3 minutes

* Include voters in people to notify of results update

* Schedule closing poll worker on poll creation

* Add new notification type for ending polls

* Add front-end support for ended poll notifications

* Fix UpdatePollSerializer

* Fix Updates not being triggered by local votes

* Fix tests failure

* Fix web push notifications for closing polls

* Minor cleanup

* Notify voters of both remote and local polls when those close

* Fix delivery of poll updates to mentioned accounts and voters
6 years ago
..
delivery_worker.rb Skip deliveries to inboxes that have already been marked as unavailable (#9358) 6 years ago
distribute_poll_update_worker.rb Support pushing and receiving updates to poll tallies (#10209) 6 years ago
distribution_worker.rb Avoid duplicate work by merging ReplyDistributionWorker into DistributionWorker (#9660) 6 years ago
fetch_replies_worker.rb Do not error out on unsalvageable errors in FetchRepliesService (#10175) 6 years ago
low_priority_delivery_worker.rb Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016) 6 years ago
post_upgrade_worker.rb ActivityPub migration procedure (#4617) 8 years ago
processing_worker.rb Filter incoming Create activities by relation to local activity (#10005) 6 years ago
raw_distribution_worker.rb Fix too many forwards (#5854) 7 years ago
reply_distribution_worker.rb Restore ReplyDistributionWorker to allow existing jobs to be processed (#9676) 6 years ago
synchronize_featured_collection_worker.rb Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 7 years ago
update_distribution_worker.rb Add CLI task for rotating keys (#8466) 7 years ago