mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Comment: Add FIXME
This commit is contained in:
parent
e941816bc7
commit
2c543f72fd
1 changed files with 1 additions and 0 deletions
1
ement.el
1
ement.el
|
@ -804,6 +804,7 @@ Also used for left rooms, in which case STATUS should be set to
|
|||
(push-events timeline ement-room-timeline)))
|
||||
;; NOTE: We also append the new events to the new-events list in the room's local
|
||||
;; slot, which is used by `ement--update-room-buffers' to insert only new events.
|
||||
;; FIXME: Does this also need to be done for invite-state events?
|
||||
(cl-callf2 append (cl-coerce (alist-get 'events timeline) 'list)
|
||||
(alist-get 'new-events (ement-room-local room)))
|
||||
;; Update room's latest-timestamp slot.
|
||||
|
|
Loading…
Add table
Reference in a new issue