Fix warning (rename the base parameter name).

This commit is contained in:
Benoit Marty 2023-07-12 14:11:26 +02:00
parent e85de6b300
commit 67fd2ebba9
2 changed files with 2 additions and 2 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>