mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Fix: (ement-room--format-member-event) displayname for kick events
This commit is contained in:
parent
ccf00fbda3
commit
c951737dc8
1 changed files with 2 additions and 1 deletions
|
@ -2966,7 +2966,8 @@ a copy of the local keymap, and sets `header-line-format'."
|
|||
"")))
|
||||
(_ (format "%s kicked %s%s"
|
||||
(sender-name-id-string)
|
||||
(new-displayname-sender-name-state-key-string)
|
||||
(propertize (or prev-displayname state-key)
|
||||
'help-echo state-key)
|
||||
(if reason
|
||||
(format " (%s)" reason)
|
||||
"")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue