When replying from notification, do not interfere with specialModeEventTimelineItem
This commit is contained in:
committed by
Benoit Marty
parent
7c559363a4
commit
3ddec73ac5
+2
-1
@@ -179,7 +179,8 @@ class NotificationBroadcastReceiver : BroadcastReceiver() {
|
||||
eventId = threadId.asEventId(),
|
||||
body = message,
|
||||
htmlBody = null,
|
||||
mentions = emptyList()
|
||||
mentions = emptyList(),
|
||||
fromNotification = true,
|
||||
)
|
||||
} else {
|
||||
room.liveTimeline.sendMessage(
|
||||
|
||||
Reference in New Issue
Block a user