5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-10 14:16:56 +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 20:57:56 +00:00
commit 17363d245c

View file

@ -13,7 +13,7 @@ class ActivityPub
def update_activity_pub_state! def update_activity_pub_state!
activity_pub.approve! activity_pub.approve!
rescue Exception => e rescue Exception => e
ExceptionNotifier.notify_exception(e, { site: activity_pub.site.name, activity: self.id }) ExceptionNotifier.notify_exception(e, data: { site: activity_pub.site.name, activity: self.id })
end end
end end
end end