mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 07:16:21 +00:00
fix: aprobar
This commit is contained in:
parent
d44bcc4098
commit
45d56502c1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ActorModeration < ApplicationRecord
|
||||||
before do
|
before do
|
||||||
allow_remotely!
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue