mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
client: Disable the SqliteQueue database for now.
This commit is contained in:
parent
5c3753a6e1
commit
f570a74b52
@ -152,7 +152,7 @@ class PanClient(AsyncClient):
|
||||
proxy=None,
|
||||
store_class=None,
|
||||
):
|
||||
config = config or ClientConfig(store=store_class or SqliteQStore, store_name="pan.db")
|
||||
config = config or ClientConfig(store=store_class or SqliteStore, store_name="pan.db")
|
||||
super().__init__(homeserver, user_id, device_id, store_path, config, ssl, proxy)
|
||||
|
||||
index_dir = os.path.join(store_path, server_name, user_id)
|
||||
|
Loading…
Reference in New Issue
Block a user