Add a migration to expire sync sessions so that m.space.* state is up to date. (#4482)
This commit is contained in:
@@ -410,6 +410,10 @@ class ClientProxy: ClientProxyProtocol {
|
||||
}
|
||||
}
|
||||
|
||||
func expireSyncSessions() async {
|
||||
await syncService.expireSessions()
|
||||
}
|
||||
|
||||
func accountURL(action: AccountManagementAction) async -> URL? {
|
||||
try? await client.accountUrl(action: action).flatMap(URL.init(string:))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user