mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-05-02 06:36:18 -04:00
client: Use a sqlitestore for our client.
This commit is contained in:
parent
8748fec979
commit
25f30f2e36
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class PantaClient(AsyncClient):
|
||||||
ssl=None,
|
ssl=None,
|
||||||
proxy=None
|
proxy=None
|
||||||
):
|
):
|
||||||
|
config = config or ClientConfig(store=SqliteStore, store_name="pan.db")
|
||||||
super().__init__(homeserver, user, device_id, store_path, config,
|
super().__init__(homeserver, user, device_id, store_path, config,
|
||||||
ssl, proxy)
|
ssl, proxy)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue