Change signature of getCurrentDistributor.

This commit is contained in:
Benoit Marty 2024-11-15 15:18:28 +01:00
parent 40e727f2e4
commit 8e3c44b60b
9 changed files with 13 additions and 16 deletions

View file

@ -32,7 +32,7 @@ class FakePushProvider(
return registerWithResult(matrixClient, distributor)
}
override suspend fun getCurrentDistributor(matrixClient: MatrixClient): Distributor? {
override suspend fun getCurrentDistributor(sessionId: SessionId): Distributor? {
return currentDistributor()
}