Improve temporary message displayed in notifications
This commit is contained in:
parent
ffed09175d
commit
5f3d33ca72
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ private fun NotificationData.asNotifiableEvent(userId: SessionId, roomId: RoomId
|
||||||
timestamp = System.currentTimeMillis(),
|
timestamp = System.currentTimeMillis(),
|
||||||
senderName = null,
|
senderName = null,
|
||||||
senderId = null,
|
senderId = null,
|
||||||
body = "$eventId in $roomId",
|
body = "Message ${eventId.value.take(8)}… in room ${roomId.value.take(8)}…",
|
||||||
imageUriString = null,
|
imageUriString = null,
|
||||||
threadId = null,
|
threadId = null,
|
||||||
roomName = null,
|
roomName = null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue