Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
38478ecc
Commit
38478ecc
authored
9 years ago
by
Anton Georgiev
Browse files
Options
Downloads
Patches
Plain Diff
removed params and message that are not needed
parent
f7de0797
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bigbluebutton-html5/app/server/collection_methods/users.coffee
+1
-3
1 addition, 3 deletions
...uebutton-html5/app/server/collection_methods/users.coffee
bigbluebutton-html5/app/server/redispubsub.coffee
+1
-0
1 addition, 0 deletions
bigbluebutton-html5/app/server/redispubsub.coffee
with
2 additions
and
3 deletions
bigbluebutton-html5/app/server/collection_methods/users.coffee
+
1
−
3
View file @
38478ecc
...
...
@@ -280,6 +280,7 @@ Meteor.methods
# in the case of an html5 client user we added a dummy user on
# register_user_message (to save authToken)
if
u
?
and
u
.
authToken
?
Meteor
.
Users
.
update
({
userId
:
user
.
userid
,
meetingId
:
meetingId
},
{
$set
:
{
user
:
userid
:
user
.
userid
...
...
@@ -287,14 +288,12 @@ Meteor.methods
name
:
user
.
name
_sort_name
:
user
.
name
.
toLowerCase
()
phone_user
:
user
.
phone_user
emoji_status
:
user
.
emoji_status
set_emoji_time
:
user
.
set_emoji_time
emoji_status
:
user
.
emoji_status
has_stream
:
user
.
has_stream
role
:
user
.
role
listenOnly
:
user
.
listenOnly
extern_userid
:
user
.
extern_userid
permissions
:
user
.
permissions
locked
:
user
.
locked
time_of_joining
:
user
.
timeOfJoining
connection_status
:
"online"
# TODO consider other default value
...
...
@@ -368,7 +367,6 @@ Meteor.methods
role
:
user
.
role
listenOnly
:
user
.
listenOnly
extern_userid
:
user
.
extern_userid
permissions
:
user
.
permissions
locked
:
user
.
locked
time_of_joining
:
user
.
timeOfJoining
connection_status
:
""
# TODO consider other default value
...
...
This diff is collapsed.
Click to expand it.
bigbluebutton-html5/app/server/redispubsub.coffee
+
1
−
0
View file @
38478ecc
...
...
@@ -57,6 +57,7 @@ class Meteor.RedisPubSub
messagesWeIgnore
=
[
"BbbPubSubPongMessage"
"bbb_apps_is_alive_message"
"broadcast_layout_message"
]
unless
eventName
in
messagesWeIgnore
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment