deps (matrix rust sdk) : bump version to 25.06.10

This commit is contained in:
ganfra 2025-06-10 15:52:28 +02:00
parent f224fe5c3b
commit 77f6cab1a7
6 changed files with 10 additions and 8 deletions

View file

@ -159,7 +159,7 @@ interface JoinedRoom : BaseRoom {
/**
* Send an Element Call started notification if needed.
*/
suspend fun sendCallNotificationIfNeeded(): Result<Unit>
suspend fun sendCallNotificationIfNeeded(): Result<Boolean>
suspend fun setSendQueueEnabled(enabled: Boolean)