mirror of https://codeberg.org/cage/tinmop/
- [TUI] notify when a parsing error occurred when querying local database.
This commit is contained in:
parent
1f58010447
commit
883d2c0105
|
@ -2038,6 +2038,7 @@
|
|||
|
||||
(defmethod process-event ((object fediverse-local-query-event))
|
||||
(with-accessors ((payload payload)) object
|
||||
(tui-utils:with-notify-errors
|
||||
(multiple-value-bind (statuses destination-folder)
|
||||
(fediverse-post-local-search:parse-search-statuses payload)
|
||||
(let ((folder (or destination-folder
|
||||
|
@ -2061,7 +2062,7 @@
|
|||
(let ((refresh-event (make-instance 'refresh-thread-windows-event
|
||||
:new-folder folder
|
||||
:new-timeline db:+home-timeline+)))
|
||||
(push-event refresh-event))))))
|
||||
(push-event refresh-event)))))))
|
||||
|
||||
;;;; end events
|
||||
|
||||
|
|
Loading…
Reference in New Issue