generated from array-in-a-matrix/matrix-bot-template
fix typo
This commit is contained in:
parent
04fb995f6e
commit
2306cdf55d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue