mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- reverse link order in window.
This commit is contained in:
parent
a3c2550ff4
commit
55667c2511
@ -71,7 +71,6 @@ So the whole list is like: '((\"foo\" \"bar\") (\"old\" \"new\") ...)")
|
||||
link
|
||||
(cdr mapping))
|
||||
link)))
|
||||
|
||||
(push mapped results)))
|
||||
(reverse results)))
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
:selected-fg bg))
|
||||
links)))
|
||||
(let* ((message (db:find-status-id status-id))
|
||||
(links (text-utils:collect-links (db:row-message-rendered-text message))))
|
||||
(links (reverse (text-utils:collect-links (db:row-message-rendered-text message)))))
|
||||
(with-croatoan-window (croatoan-window object)
|
||||
(when hooks:*before-displaying-links-hook*
|
||||
(setf links
|
||||
|
Loading…
x
Reference in New Issue
Block a user