Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate 'Contact Added' Notifications When Pair-Device User Accepts Request #17968

Closed
qfrank opened this issue Nov 22, 2023 · 0 comments · Fixed by status-im/status-go#4367 or #17975
Closed
Assignees
Labels
medium-prio syncing Syncing or pairing
Milestone

Comments

@qfrank
Copy link
Contributor

qfrank commented Nov 22, 2023

Bug Report

Problem

First device is userA, second and third are userB and paired, when userA send CR to userB and userB accepted, userA will receive 2 duplicate messages: "xxx is now a contact"
3

Expected behavior

userA should receive message: "Bbbbb is now a contact" only once.

Actual behavior

userA received message: "Bbbbb is now a contact" twice.

Reproduction

  1. prepare 3 devices, 1 device for userA, the other 2 devices(paired) for userB
  2. userA send contact request to userB
  3. userB accept contact request with either device
  4. observe messages received for userA

Additional Information

  • Status version: nightly
  • Operating System: Android, iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment