mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
client: Use a sqlitestore for our client.
This commit is contained in:
parent
8748fec979
commit
25f30f2e36
@ -22,6 +22,7 @@ class PantaClient(AsyncClient):
|
||||
ssl=None,
|
||||
proxy=None
|
||||
):
|
||||
config = config or ClientConfig(store=SqliteStore, store_name="pan.db")
|
||||
super().__init__(homeserver, user, device_id, store_path, config,
|
||||
ssl, proxy)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user