mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-15 03:38:17 +00:00
Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
665684c4be
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
class ActivityPub
|
class ActivityPub
|
||||||
class RemoteFlag < ApplicationRecord
|
class RemoteFlag < ApplicationRecord
|
||||||
|
IGNORED_EVENTS = []
|
||||||
|
IGNORED_STATES = []
|
||||||
|
|
||||||
include AASM
|
include AASM
|
||||||
include AasmEventsConcern
|
include AasmEventsConcern
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue