mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- made notification an error.
This commit is contained in:
parent
90b16ad7f7
commit
7186382c40
@ -1034,7 +1034,8 @@ It an existing file path is provided the command will refuse to run."
|
|||||||
(lambda (e)
|
(lambda (e)
|
||||||
(notify (format nil
|
(notify (format nil
|
||||||
(_ "Error getting the latest unread messages for tag ~a, trying fetching the latest")
|
(_ "Error getting the latest unread messages for tag ~a, trying fetching the latest")
|
||||||
(tooter:uri e)))
|
(tooter:uri e))
|
||||||
|
:as-error t)
|
||||||
(invoke-restart 'api-client::retry-ignoring-min-id))))
|
(invoke-restart 'api-client::retry-ignoring-min-id))))
|
||||||
(client:update-subscribed-tags all-tags all-paginations))
|
(client:update-subscribed-tags all-tags all-paginations))
|
||||||
(let ((update-got-message-event
|
(let ((update-got-message-event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user