Skip to content

Commit

Permalink
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutt…
Browse files Browse the repository at this point in the history
…on into merge-2.2-into-develop
  • Loading branch information
antobinary committed May 25, 2020
2 parents 82930ad + 2f665bb commit 9f60e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bigbluebutton-config/cron.hourly/bbb-resync-freeswitch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

/opt/freeswitch/bin/fs_cli -x 'fsctl sync_clock_when_idle' > /var/log/freeswitch_sync_clock.log 2>&1
2 changes: 1 addition & 1 deletion bigbluebutton-html5/imports/startup/server/redis.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class RedisPubSub {
};

if (!meetingId || !userId) {
return Logger.warn(`Interrupted publishing of ${JSON.stringify(header)} due to missing data`);
Logger.warn(`Publishing ${eventName} with potentially missing data userId=${userId} meetingId=${meetingId}`);
}
const envelope = makeEnvelope(channel, eventName, header, payload, { meetingId, userId });

Expand Down

0 comments on commit 9f60e92

Please sign in to comment.