This commit is contained in:
array-in-a-matrix 2024-03-26 13:42:03 -04:00
parent 04fb995f6e
commit 2306cdf55d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const
homeserver: cstring = "https://matrix.example.xyz"
token: cstring = "token"
let storage = newSimpleFsStorageProvider("storeage.json")
let storage = newSimpleFsStorageProvider("storage.json")
let cryptoStorage = newRustSdkCryptoStorageProvider("./cryptoStorage/")
let client = newMatrixClient(homeserver, token, storage, cryptoStorage)