linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

bridge.login_shared_secret_map is wiped on bridge start

Open aine-etke opened this issue 1 year ago • 0 comments

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

aine-etke avatar Mar 21 '24 11:03 aine-etke