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? {
|
||||
return "{ \"type\": ${event.getClearType()} }"
|
||||
private fun formatDebug(event: Event): CharSequence {
|
||||
return "Debug: event type \"${event.getClearType()}\""
|
||||
}
|
||||
|
||||
private fun formatRoomCreateEvent(event: Event, rs: RoomSummary?): CharSequence? {
|
||||
|
|
Loading…
Reference in New Issue