]> cat aescling's git repositories - mastodon.git/commit
Fix poll update handler calling method was that was not available (#10246)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 12 Mar 2019 21:58:59 +0000 (22:58 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 21:58:59 +0000 (22:58 +0100)
commit9f5b55ad4f6788f2a2e70a0d11bf12bcc121653d
tree6e0924de0082defc0a3af9bbd21f0bf320c8997e
parenta41afef80c03df0aa64158a538920a2f68bea044
Fix poll update handler calling method was that was not available (#10246)

* Fix poll update handler calling method was that was not available

Fix regression from #10209

* Refactor VoteService

* Refactor ActivityPub::DistributePollUpdateWorker and optimize it

* Fix typo

* Fix typo
app/helpers/jsonld_helper.rb
app/lib/activitypub/activity/create.rb
app/lib/activitypub/activity/delete.rb
app/lib/activitypub/activity/update.rb
app/models/concerns/expireable.rb
app/services/activitypub/fetch_replies_service.rb
app/services/notify_service.rb
app/services/vote_service.rb
app/workers/activitypub/distribute_poll_update_worker.rb