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

feat: crear el estado de moderación si no existe

This commit is contained in:
f 2024-02-28 17:44:21 -03:00
parent f524724c0f
commit aeb8f88493
No known key found for this signature in database

View file

@ -158,6 +158,8 @@ module Api
a.save!
site.actor_moderations.find_or_create_by(actor: a)
ActivityPub::ActorFetchJob.perform_later(site: site, actor: a)
end
end