5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:44:16 +00:00

fix: aprobar

This commit is contained in:
f 2024-03-12 17:44:40 -03:00
parent d44bcc4098
commit 45d56502c1
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ class ActorModeration < ApplicationRecord
before do
allow_remotely!
site.activity_pubs.paused.where(actor_id: self.actor_id).allow_all!
site.activity_pubs.paused.where(actor_id: self.actor_id).approve_all!
end
end