mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-09 07:18:39 +01:00
- removed sorting of statuses when saving pagination.
This commit is contained in:
parent
93b6fc8885
commit
e380310d9d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user