mirror of https://codeberg.org/cage/tinmop/
- 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)
|
||||
(notify (format nil
|
||||
(_ "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))))
|
||||
(client:update-subscribed-tags all-tags all-paginations))
|
||||
(let ((update-got-message-event
|
||||
|
|
Loading…
Reference in New Issue