Simplify the management of inReplyToEventTimelineItem

This commit is contained in:
Benoit Marty 2023-09-27 11:25:23 +02:00
parent a192a8823f
commit c9c7af6e06
4 changed files with 3 additions and 29 deletions

View file

@ -91,8 +91,6 @@ interface MatrixRoom : Closeable {
suspend fun enterReplyMode(eventId: EventId): Result<Unit>
suspend fun exitReplyMode(): Result<Unit>
suspend fun replyMessage(eventId: EventId, body: String, htmlBody: String?): Result<Unit>
suspend fun redactEvent(eventId: EventId, reason: String? = null): Result<Unit>