Display clear type

This commit is contained in:
Benoit Marty 2019-07-05 15:15:55 +02:00
parent 87dec337d8
commit 07f80f43bd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TimelineItemFactory @Inject constructor(private val messageItemFactory: Me
NoticeItem_() NoticeItem_()
.avatarRenderer(avatarRenderer) .avatarRenderer(avatarRenderer)
.informationData(informationData) .informationData(informationData)
.noticeText("{ \"type\": ${event.root.type} }") .noticeText("{ \"type\": ${event.root.getClearType()} }")
.highlighted(highlight) .highlighted(highlight)
.baseCallback(callback) .baseCallback(callback)
} }