Change: ("m.typing") Set footer silently

This commit is contained in:
Adam Porter 2021-07-29 04:04:49 -05:00
parent 2abc3a03db
commit c45d0a17c6

View file

@ -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)