mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Change: ("m.typing") Set footer silently
This commit is contained in:
parent
2abc3a03db
commit
c45d0a17c6
1 changed files with 2 additions and 1 deletions
|
@ -940,7 +940,8 @@ function to `ement-room-event-fns', which see."
|
|||
else collect id)
|
||||
footer (propertize (concat "Typing: " (string-join usernames ", "))
|
||||
'face 'font-lock-comment-face)))
|
||||
(ewoc-set-hf ement-ewoc "" footer)))
|
||||
(with-silent-modifications
|
||||
(ewoc-set-hf ement-ewoc "" footer))))
|
||||
|
||||
(ement-room-defevent "m.room.tombstone"
|
||||
(pcase-let* (((cl-struct ement-event content) event)
|
||||
|
|
Loading…
Add table
Reference in a new issue