1
0
Fork 0

- removed sorting of statuses when saving pagination.

This commit is contained in:
cage 2023-10-20 16:51:59 +02:00
parent 93b6fc8885
commit e380310d9d
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ Returns nil if the user did not provided a server in the configuration file"
(defun update-pagination-statuses-so-far (statuses timeline folder
&key
(event-priority program-events:+standard-event-priority+))
(loop for status in (nreverse (sort-id< statuses)) do
(loop for status in statuses do
(let ((add-fetched-event (make-instance 'program-events:add-pagination-status-event
:priority event-priority
:status-id (tooter:id status)