Open venimus opened 1 week ago
When using shared secret for authentication I get
matrix-bot-postmoogle[675957]: FTL app/cmd/main.go:126 > cannot initialize matrix bot error="failed to load olm account: decrypt pickle: bad mac"
Generating the pickle manually as in https://github.com/devture/matrix-synapse-shared-secret-auth?tab=readme-ov-file#usage and using curl is working, so it doesn't seem to be from the server config or bad credentials
It is not supposed to be working. Postmoogle doesn't support shared secret auth, it does support token auth.
Shared secret auth is not planned either.
When using shared secret for authentication I get
Generating the pickle manually as in https://github.com/devture/matrix-synapse-shared-secret-auth?tab=readme-ov-file#usage and using curl is working, so it doesn't seem to be from the server config or bad credentials