mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-30 06:46:22 +00:00
Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
4cd6888243
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class ActorModeration < ApplicationRecord
|
||||||
IGNORED_STATES = []
|
IGNORED_STATES = []
|
||||||
|
|
||||||
belongs_to :site
|
belongs_to :site
|
||||||
belongs_to :remote_flag, class_name: 'ActivityPub::RemoteFlag'
|
belongs_to :remote_flag, optional: true, class_name: 'ActivityPub::RemoteFlag'
|
||||||
belongs_to :actor, class_name: 'ActivityPub::Actor'
|
belongs_to :actor, class_name: 'ActivityPub::Actor'
|
||||||
|
|
||||||
accepts_nested_attributes_for :remote_flag
|
accepts_nested_attributes_for :remote_flag
|
||||||
|
|
Loading…
Reference in a new issue