mirror of https://codeberg.org/cage/tinmop/
- ignored error when refreshing gemlogs.
This commit is contained in:
parent
56b837c1fe
commit
15dfebff46
|
@ -1300,7 +1300,8 @@
|
||||||
(payload (lambda ()
|
(payload (lambda ()
|
||||||
(ui:notify-procedure (lambda ()
|
(ui:notify-procedure (lambda ()
|
||||||
(db-utils:with-ready-database ()
|
(db-utils:with-ready-database ()
|
||||||
(gemini-subscription:refresh subscription)))
|
(ignore-errors
|
||||||
|
(gemini-subscription:refresh subscription))))
|
||||||
notification-message
|
notification-message
|
||||||
:ending-message nil)))
|
:ending-message nil)))
|
||||||
(event (make-instance 'function-event
|
(event (make-instance 'function-event
|
||||||
|
|
Loading…
Reference in New Issue