NoMethodError: undefined method `serialize_payload' for Unsuspend Account Service #16603
Closed
Description
Expected behaviour
When unspending an account, no error thrown in sidekiq.
Actual behaviour
Sidekiq retries
, in queue pull
, job Admin::UnsuspensionWorker
, error NoMethodError: undefined method 'serialize_payload' for #<UnsuspendAccountService:>
occurred.
Steps to reproduce the problem
- Suspend and unsuspend an account.
- Go to sidekiq retries.
Specifications
3.4.1 stable version of Mastodon.