mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-18 19:17:57 -04:00
client: Add support for the Sqlite Queue database from peewee.
This commit is contained in:
parent
8cf1968f53
commit
5c3753a6e1
4 changed files with 27 additions and 3 deletions
|
@ -129,7 +129,8 @@ async def pan_proxy_server(tempdir, aiohttp_server):
|
|||
send_queue=pan_queue.async_q,
|
||||
recv_queue=ui_queue.async_q,
|
||||
proxy=None,
|
||||
ssl=False
|
||||
ssl=False,
|
||||
client_store_class=SqliteStore
|
||||
)
|
||||
|
||||
app.add_routes([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue