Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bridge.login_shared_secret_map is wiped on bridge start #88

Open
etkecc opened this issue Mar 21, 2024 · 0 comments
Open

bridge.login_shared_secret_map is wiped on bridge start #88

etkecc opened this issue Mar 21, 2024 · 0 comments

Comments

@etkecc
Copy link

etkecc commented Mar 21, 2024

When trying to use the new appservice double-puppeting method, the value of bridge.login_shared_secret_map.<server_name> is replaced with '' (empty string) on bridge start.

Before the start (note that quotation doesn't matter, the same happens when value is quoted with '', "", and without quotes):

    login_shared_secret_map:
        <server_name>: 'as_token:<uuid-v4>'

After the start:

    login_shared_secret_map:
        <server_name>: ''

Bridge's version: 75c3bcb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant