Add iOS session bridge factory
This commit is contained in:
@@ -16,6 +16,9 @@ struct TeleTuiIOSApp: App {
|
||||
displayName: "Fake",
|
||||
databasePath: paths.databasePath(for: "fake")
|
||||
)
|
||||
return SessionStore(account: account, bridge: FakeSessionBridge(auth: .ready))
|
||||
return SessionStore(
|
||||
account: account,
|
||||
bridge: SessionBridgeFactory.makeDefaultBridge(account: account)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user