Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

bridge.login_shared_secret_map is wiped on bridge start #88

@aine-etke

Description

@aine-etke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions