1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-02 04:36:43 +01:00

- prevented opening another connection in a callback contained in 'status-tree->text'.

This commit is contained in:
cage 2023-12-02 17:21:13 +01:00
parent 8f9d83fa0e
commit c83beec078

View File

@ -1007,7 +1007,7 @@ It an existing file path is provided the command will refuse to run."
(folder (thread-window:timeline-folder *thread-window*))
(status-id (actual-author-message-id selected-message)))
(with-enqueued-process ()
(db-utils:with-ready-database (:connect t)
(db-utils:with-ready-database (:connect nil)
(let* ((tree (db:message-id->tree timeline folder status-id)))
(print-tree tree)
(when (string-not-empty-p file)