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:
parent
8f9d83fa0e
commit
c83beec078
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user