mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 05:56:22 +00:00
fix: si falla el reporte marcarlo para reenvío
This commit is contained in:
parent
93ebb6431a
commit
8d6d215e1a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class ActivityPub
|
||||||
remote_flag.report!
|
remote_flag.report!
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
ExceptionNotifier.notify_exception(e, data: { remote_flag: remote_flag.id, response: response.parsed_response })
|
ExceptionNotifier.notify_exception(e, data: { remote_flag: remote_flag.id, response: response.parsed_response })
|
||||||
|
remote_flag.resend!
|
||||||
raise
|
raise
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue