Actual behaviour
Since #10209 , creating a poll will result in errors on the server that created it and on the server that voted.
The side that made the poll:
- Job: ActivityPub::DeliveryWorker
- Error Class: ArgumentError
- Error Message: Delivery failed for : ArgumentError
The side who voted:
- Job: ActivityPub::ProcessingWorker
- Error Class: NoMethodError
- Error Message: undefined method `invalid_origin?' for #ActivityPub::Activity::Update:0x000056551b494af0
- Stack trace is here
Steps to reproduce the problem
Make a poll, vote on another server and wait until the deadline.
Specifications
equivalent Mastodon master 85537b0
Actual behaviour
Since #10209 , creating a poll will result in errors on the server that created it and on the server that voted.
The side that made the poll:
The side who voted:
Steps to reproduce the problem
Make a poll, vote on another server and wait until the deadline.
Specifications
equivalent Mastodon master 85537b0