Display colon-delimited emoji in nicks
This commit is contained in:
parent
9f7c1fb9c0
commit
16011a267d
6 changed files with 25 additions and 12 deletions
|
|
@ -309,8 +309,8 @@ impl EuphRoom {
|
|||
if nick.is_empty() {
|
||||
info.then_plain(", present without nick")
|
||||
} else {
|
||||
let nick_style = euph::nick_style(nick);
|
||||
info.then_plain(", present as ").then(nick, nick_style)
|
||||
info.then_plain(", present as ")
|
||||
.and_then(euph::style_nick(nick, ContentStyle::default()))
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue