5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-10 18:16:56 +00:00

fix: no se puede pausar todavía #15600

This commit is contained in:
f 2024-03-15 14:26:12 -03:00
parent 0fe043dd79
commit 5db7506752
No known key found for this signature in database

View file

@ -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