-
Notifications
You must be signed in to change notification settings - Fork 49
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
Updates in Profile Name doesnot Sync across Peers #25
Comments
Hi @bhavik-mangla can i cover up this issue?? |
Sure @dikshantbhangala, Refer to contribution guidelines here - https://discord.com/channels/1022871757289422898/1317925790939217974/1318047837111455815 |
@bhavik-mangla plz checkout the pull request . done with change required in code |
Hey @bhavik-mangla should I work on this issue? |
Can you assign this issue to me ? Thankyou |
The Issue is now fixed, kindly provide feedback @bhavik-mangla . The pull request link is #62 |
- Added real-time profile name broadcasting - Implemented profile update handlers - Updated database methods for name consistency - Added UI notifications for name changes Fixes AOSSIE-Org#25
When users update their profile name, the change isn’t propagated to nearby peers in real time, causing inconsistencies across different chat sessions. This issue aims to ensure instantaneous or near-instantaneous synchronization of user profile updates.
Goals:
• Immediately reflect profile name changes in all relevant client sessions.
• Maintain consistency in chat history by updating names used in recent messages (where applicable).
Possible Approach:
• Use nearby message broadcasting to inform all connected peers about the Update in a user’s profile
• Consider caching for offline users where updates need to sync once a connection is re-established between peers.
The text was updated successfully, but these errors were encountered: