mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 08:51:39 -05:00
Fix: (ement-room-list--entry)
Oops.
This commit is contained in:
parent
e046f66ba2
commit
bdc69bb20b
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ To be called in `ement-sync-callback-hook'."
|
|||
(e-unread (if (and buffer (buffer-modified-p buffer))
|
||||
(propertize "U" 'help-echo "Unread") ""))
|
||||
(e-buffer (if buffer (propertize "B" 'help-echo "Room has buffer") ""))
|
||||
(e-avatar (if ement-room-list-avatars
|
||||
(e-avatar (if (and ement-room-list-avatars avatar)
|
||||
(or room-list-avatar
|
||||
(if-let* ((avatar-image (get-text-property 0 'display avatar))
|
||||
(new-avatar-string (propertize " " 'display
|
||||
|
|
Loading…
Add table
Reference in a new issue