Display clear type
This commit is contained in:
parent
87dec337d8
commit
07f80f43bd
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user