This commit is contained in:
parent
6dbaba16c1
commit
ccb21a4192
@ -232,7 +232,7 @@ const BaseContainer = withTracker(() => {
|
||||
userSubscriptionHandler,
|
||||
breakoutRoomSubscriptionHandler,
|
||||
animations,
|
||||
meetingExist: !!Meetings.findOne({ meetingId }),
|
||||
meetingExist: !!Meetings.find({ meetingId }).count(),
|
||||
User,
|
||||
meteorIsConnected: Meteor.status().connected,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user