1
0
Fork 0

- prevented moving of the selected message in thread window when a thread is expanded.

This commit is contained in:
cage 2021-09-12 11:53:53 +02:00
parent c12f444111
commit eaa0feb95c
1 changed files with 2 additions and 1 deletions

View File

@ -763,7 +763,8 @@ Starting from the oldest toot and going back."
:new-timeline timeline
:status-id status-id))
(refresh-event (make-instance 'refresh-thread-windows-event
:priority +minimum-event-priority+)))
:priority +minimum-event-priority+
:message-status-id status-id)))
(push-event expand-event)
(push-event refresh-event))))
(notify-procedure #'update (_ "Expanding thread"))))