Message queuing : use redactEvent on timeline instead of room.
This commit is contained in:
parent
41e5a6dd40
commit
7100a9d619
5 changed files with 14 additions and 28 deletions
|
|
@ -130,8 +130,6 @@ interface MatrixRoom : Closeable {
|
|||
|
||||
suspend fun sendMessage(body: String, htmlBody: String?, mentions: List<Mention>): Result<Unit>
|
||||
|
||||
suspend fun redactEvent(eventId: EventId, reason: String? = null): Result<Unit>
|
||||
|
||||
suspend fun sendImage(
|
||||
file: File,
|
||||
thumbnailFile: File?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue