mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-05-01 22:26:08 -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,
|
||||
proxy=None
|
||||
):
|
||||
config = config or ClientConfig(store=SqliteStore, store_name="pan.db")
|
||||
super().__init__(homeserver, user, device_id, store_path, config,
|
||||
ssl, proxy)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue