Update bigbluebutton-html5/imports/ui/components/notifications/container.jsx
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
This commit is contained in:
parent
7bce5cf45a
commit
fbf5cfa7d2
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user