Ensure the message is understood as a debug indication (#2509)
This commit is contained in:
parent
7828e3f501
commit
88a4dfd094
@ -182,8 +182,8 @@ class NoticeEventFormatter @Inject constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun formatDebug(event: Event): CharSequence? {
|
private fun formatDebug(event: Event): CharSequence {
|
||||||
return "{ \"type\": ${event.getClearType()} }"
|
return "Debug: event type \"${event.getClearType()}\""
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun formatRoomCreateEvent(event: Event, rs: RoomSummary?): CharSequence? {
|
private fun formatRoomCreateEvent(event: Event, rs: RoomSummary?): CharSequence? {
|
||||||
|
Loading…
Reference in New Issue
Block a user