5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 07:18:21 +00:00

Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl

This commit is contained in:
Sutty 2024-03-12 19:00:02 +00:00
commit 665684c4be

View file

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