beeper / linkedin

LinkedIn Messaging <-> Matrix Bridge
Apache License 2.0
68 stars 14 forks source link

bridge.login_shared_secret_map is wiped on bridge start #88

Open aine-etke opened 5 months ago

aine-etke commented 5 months ago

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: https://github.com/beeper/linkedin/commit/75c3bcbe80718fa2c147dff28a6829af817082ed