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

Notification feature #23

Merged
merged 4 commits into from Feb 1, 2024
Merged

Conversation

Shrey-Raj
Copy link
Contributor

@Shrey-Raj Shrey-Raj commented Jan 31, 2024

Added the notification feature , to notify the members about the entry or exit of a client(member)

The changes made are self explanatory , I believe . Nevertheless a quick recap :

  • ./server/index.js : emit event 'send-notification' wherever it is required
  • ./script/background.js : Added the listener for the 'send-notification' socket event and thereby creating a notification for the corresponding message.
  • manifest.json : included the 'notifications' permission
  • ./server/utils/room.js : fixed the 'getHostName' function as it was halting the code flow due to a minute error

Screenshot (73)
Screenshot (74)

@Ash-KODES
Copy link
Collaborator

LGTM great work!

@Ash-KODES Ash-KODES merged commit 26be4ab into OpenLake:main Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants