Merge pull request #850 from vector-im/feature/bma/fixTests

Ensure CI run all the tests.
This commit is contained in:
Benoit Marty 2023-07-12 16:59:37 +02:00 committed by GitHub
commit 1e45235c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 18 deletions

View file

@ -86,7 +86,7 @@ interface MatrixRoom : Closeable {
suspend fun toggleReaction(emoji: String, eventId: EventId): Result<Unit>
suspend fun forwardEvent(eventId: EventId, rooms: List<RoomId>): Result<Unit>
suspend fun forwardEvent(eventId: EventId, roomIds: List<RoomId>): Result<Unit>
suspend fun retrySendMessage(transactionId: String): Result<Unit>