Extract fetchDetailsForEvent and use coroutineDispatchers.io
This commit is contained in:
parent
2b0b7e3e4b
commit
26746f5e27
6 changed files with 26 additions and 21 deletions
|
|
@ -42,4 +42,6 @@ interface MatrixTimeline {
|
|||
suspend fun editMessage(originalEventId: EventId, message: String): Result<Unit>
|
||||
|
||||
suspend fun replyMessage(inReplyToEventId: EventId, message: String): Result<Unit>
|
||||
|
||||
suspend fun fetchDetailsForEvent(eventId: EventId): Result<Unit>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue