fix mod comms UI

pull/5137/head
Thibault Duplessis 2019-05-22 18:22:21 +02:00
parent da981ba5a4
commit e9b17dc48d
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ object communication {
"author" -> (line.author.toLowerCase == u.id)
))(
userIdLink(line.author.toLowerCase.some, withOnline = false, withTitle = false),
nbsp,
richText(line.text)
)
}