5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-30 05:26:22 +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-06 18:48:01 +00:00
commit 4cd6888243

View file

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