5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-10 20:26:55 +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-15 17:15:31 +00:00
commit 3cefb6441e

View file

@ -31,6 +31,8 @@ class ActivityPub
# Arreglar las relaciones con actividades también # Arreglar las relaciones con actividades también
ActivityPub.where(object_id: object.id).update_all(object_type: object.type) unless current_type == object.type ActivityPub.where(object_id: object.id).update_all(object_type: object.type) unless current_type == object.type
rescue FastJsonparser::ParseError => e
ExceptionNotifier.notify_exception(e, data: { site: site.name, body: response.body })
end end
end end
end end