When replying from notification, do not interfere with specialModeEventTimelineItem
This commit is contained in:
parent
7c559363a4
commit
3ddec73ac5
5 changed files with 36 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue