Update bigbluebutton-html5/imports/ui/components/notifications/container.jsx

Co-authored-by: Ramón Souza <contato@ramonsouza.com>
This commit is contained in:
André Castro 2024-02-19 10:56:21 -03:00 committed by GitHub
parent 7bce5cf45a
commit fbf5cfa7d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,6 @@ import UserService from '/imports/ui/components/user-list/service';
export default injectIntl(withTracker(({ intl }) => {
NotificationsCollection.find({}).observe({
added: (obj) => {
console.log({obj});
NotificationsCollection.remove(obj);
if (obj.messageId === 'app.userList.guest.pendingGuestAlert') {