mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:16:23 +00:00
fix: no se puede pausar todavía #15600
This commit is contained in:
parent
0fe043dd79
commit
5db7506752
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
#
|
||||
# @see {https://www.w3.org/TR/activitypub/#client-to-server-interactions}
|
||||
class ActivityPub < ApplicationRecord
|
||||
IGNORED_EVENTS = %i[remove]
|
||||
IGNORED_STATES = %i[removed]
|
||||
IGNORED_EVENTS = %i[pause remove].freeze
|
||||
IGNORED_STATES = %i[removed].freeze
|
||||
|
||||
include AASM
|
||||
|
||||
|
|
Loading…
Reference in a new issue