]> cat aescling's git repositories - mastodon.git/commit
Fix processing poll Updates (#10333)
authorThibG <thib@sitedethib.com>
Thu, 21 Mar 2019 13:24:09 +0000 (14:24 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 21 Mar 2019 13:24:09 +0000 (14:24 +0100)
commit62dd0b7f9c76aac7ea9ad144bec7416eb4fec4ee
tree58be2f287d81b09d5317936b64292b32b01bf5b7
parentd66bbdd353ed17aeba9f318e1b28dd2ced6980e7
Fix processing poll Updates (#10333)

ActivityPub::ProcessPollService was checking the JSON-LD context although
it was passed only the `Question` object embedded in the `Update` activity.
app/services/activitypub/fetch_remote_poll_service.rb
app/services/activitypub/process_poll_service.rb