You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue mastodon#16603 undefined method `serialize_payload' for Unsuspend Account Service error.
It seems that this service forgot to `include Payloadable` so that `serialize_payload` could not be found in this service.
Fix issue mastodon#16603 undefined method `serialize_payload' for Unsuspend Account Service error.
It seems that this service forgot to `include Payloadable` so that `serialize_payload` could not be found in this service.
Expected behaviour
When unspending an account, no error thrown in sidekiq.
Actual behaviour
Sidekiq
retries
, in queuepull
, jobAdmin::UnsuspensionWorker
, errorNoMethodError: undefined method 'serialize_payload' for #<UnsuspendAccountService:>
occurred.Steps to reproduce the problem
Specifications
3.4.1 stable version of Mastodon.
The text was updated successfully, but these errors were encountered: