Fix notification rendering by removing leftover test code (#1019)
This commit is contained in:
parent
58ed74607d
commit
82c5b1a348
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class NotificationMapper(
|
|||
roomId: RoomId,
|
||||
notificationItem: NotificationItem
|
||||
): NotificationData {
|
||||
notificationItem.event.use { (it as NotificationEvent.Timeline).event }
|
||||
val senderId = UserId(notificationItem.senderInfo.senderId)
|
||||
return notificationItem.use { item ->
|
||||
NotificationData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue