Explorar o código

Merge branch 'main' of https://github.com/thebalaa/matrix-gptbot into thebalaa-main

Kumi hai 1 ano
pai
achega
136f56f208
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/gptbot/classes/bot.py

+ 2 - 1
src/gptbot/classes/bot.py

@@ -699,7 +699,8 @@ class GPTBot:
             self.matrix_client.store = matrix_store(
                 self.matrix_client.user_id,
                 self.matrix_client.device_id,
-                self.crypto_store_path or "",
+                '.', #store path
+                database_name=self.crypto_store_path or "",
             )
 
             self.matrix_client.olm = Olm(