Lars Feldeisen
Lars Feldeisen
There is a s3 policy import function, im not quite sure how its working. Importing a policy does not change anything.
Yeah we tried the user policy. We imported an JSON but it didn't and no error is seen. I try again with this example. Thanks.
Nope. After 18 years im still trying to restore a backup.
When you want to understand the concept behind all you should Read the Client-Server API: - https://spec.matrix.org/v1.3/client-server-api/ also: - https://matrix-org.github.io/matrix-js-sdk/19.0.0/index.html I wrote some "debugging" tool to see data directly from...
The Room Model has getAccountData which you can get the latest event you read. https://github.com/matrix-org/matrix-js-sdk/blob/1645867ea6220763f86456f35093365017534da9/src/models/room.ts#L2822 .getAccountData('m.full_read') -> gives you the latest event you read. So you could check if some...
Hey, verify and restoring the key backup are different things. Here some info for key backup restore. https://spec.matrix.org/v1.2/client-server-api/#server-side-key-backups The doc does not sum this up, we did this by writing...
Im not sure where you need help exactly. First you need to create a keybackup. https://matrix-org.github.io/matrix-js-sdk/23.2.0/classes/MatrixClient.html#createKeyBackupVersion After that you can restore it. For debugging I have a tool up where...
> What happens is that the already sent messages are being decrypted but new messages being sent are not decrypted. Are this messages sent by yourself or incoming messages from...
hm its hard to support without the actual code. But Im also no matrix developer. :X When using the matrix-js-sdk normally you dont need to send the keys manually.