observe_securejoin_on_other_device(): Add handling of "v*-request-with-auth" messages (#3836)

This fixes the case with multiple devices on the joining side: if we observe such a message from
another device, we mark an inviter as verified and an accepted contact thus causing a subsequent
"vg-member-added" message -- in case of a verified group -- to create it properly.
This commit is contained in:
iequidoo
2023-01-25 17:16:28 -03:00
committed by iequidoo
parent 76aaecb8f2
commit 39601be452
2 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
## Changes
## Fixes
- Fix Securejoin for multiple devices on a joining side #3982
## API-Changes