Skip to content
Snippets Groups Projects
Commit 3be14632 authored by Ramon Souza's avatar Ramon Souza
Browse files

adding meetingId to usersPersistentData

parent c5b229b4
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,7 @@ function usersPersistentData() {
meetingId,
};
const options = {
fields: {
meetingId: false,
},
};
return UsersPersistentData.find(selector, options);
return UsersPersistentData.find(selector);
}
function publishUsersPersistentData(...args) {
......
......@@ -206,7 +206,7 @@ const getConnectionStatus = () => {
});
return UsersPersistentData.find(
{},
{ meetingId: Auth.meetingID },
{
fields:
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment