Change signature of getCurrentDistributor.
This commit is contained in:
parent
40e727f2e4
commit
8e3c44b60b
9 changed files with 13 additions and 16 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue