1
0
Fork 0

- prevented crash when updating the thread window with a non existent status-id.

This commit is contained in:
cage 2022-11-19 10:58:52 +01:00
parent e6962d54f5
commit 4c78a0fba7
1 changed files with 2 additions and 2 deletions

View File

@ -820,7 +820,7 @@ db:renumber-timeline-message-index."
(when-window-shown (object)
(cond
(suggested-status-id
(let ((message-index (message-tuple-id->message-index timeline-type
(a:when-let* ((message-index (message-tuple-id->message-index timeline-type
timeline-folder
suggested-status-id)))
(update-thread-window object message-index)))