Commit e819727
authored
Fix wrong conversation showing after QR scan (#520)
Skip inviteTag-based conversation matching when the tag is empty.
When a discovered XMTP group has an empty inviteTag (metadata not yet
synced or read failure), the query filter(inviteTag == "") would match
any existing conversation that also has an empty tag, causing the wrong
conversation's clientConversationId to be merged with the new group.1 parent 18c0eb4 commit e819727
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
| 405 | + | |
405 | 406 | | |
406 | 407 | | |
407 | 408 | | |
| |||
0 commit comments