When replying from notification, do not interfere with specialModeEventTimelineItem
This commit is contained in:
committed by
Benoit Marty
parent
7c559363a4
commit
3ddec73ac5
+7
-1
@@ -57,7 +57,13 @@ interface Timeline : AutoCloseable {
|
||||
|
||||
suspend fun enterSpecialMode(eventId: EventId?): Result<Unit>
|
||||
|
||||
suspend fun replyMessage(eventId: EventId, body: String, htmlBody: String?, mentions: List<Mention>): Result<Unit>
|
||||
suspend fun replyMessage(
|
||||
eventId: EventId,
|
||||
body: String,
|
||||
htmlBody: String?,
|
||||
mentions: List<Mention>,
|
||||
fromNotification: Boolean = false,
|
||||
): Result<Unit>
|
||||
|
||||
suspend fun sendImage(
|
||||
file: File,
|
||||
|
||||
Reference in New Issue
Block a user