5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:34:17 +00:00

fix: si falla el reporte marcarlo para reenvío

This commit is contained in:
f 2024-03-19 11:21:03 -03:00
parent 93ebb6431a
commit 8d6d215e1a
No known key found for this signature in database

View file

@ -30,6 +30,7 @@ class ActivityPub
remote_flag.report!
rescue Exception => e
ExceptionNotifier.notify_exception(e, data: { remote_flag: remote_flag.id, response: response.parsed_response })
remote_flag.resend!
raise
end
end