mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:36:21 +00:00
This commit is contained in:
parent
12f77e4658
commit
3c07ddf12c
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
class ActivityPub
|
||||
class RemoteFlag < ApplicationRecord
|
||||
IGNORED_EVENTS = []
|
||||
IGNORED_STATES = []
|
||||
|
||||
include AASM
|
||||
include AasmEventsConcern
|
||||
|
||||
|
|
Loading…
Reference in a new issue