Fix NotificationData?.orDefault using an invalid UserId (#362)
This commit is contained in:
parent
aef2b38983
commit
e2db1cf7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ private fun NotificationData?.orDefault(roomId: RoomId, eventId: EventId): Notif
|
||||||
isRemote = false,
|
isRemote = false,
|
||||||
localSendState = null,
|
localSendState = null,
|
||||||
reactions = emptyList(),
|
reactions = emptyList(),
|
||||||
sender = UserId(""),
|
sender = UserId("@user:domain"),
|
||||||
senderProfile = ProfileTimelineDetails.Unavailable,
|
senderProfile = ProfileTimelineDetails.Unavailable,
|
||||||
timestamp = System.currentTimeMillis(),
|
timestamp = System.currentTimeMillis(),
|
||||||
content = MessageContent(
|
content = MessageContent(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue