Change signature of getCurrentDistributor.

This commit is contained in:
Benoit Marty 2024-11-15 15:18:28 +01:00
parent 500659d4e1
commit f0aca004ba
9 changed files with 13 additions and 16 deletions

View file

@ -37,7 +37,7 @@ interface PushProvider {
/**
* Return the current distributor, or null if none.
*/
suspend fun getCurrentDistributor(matrixClient: MatrixClient): Distributor?
suspend fun getCurrentDistributor(sessionId: SessionId): Distributor?
/**
* Unregister the pusher.