Skip to content

[FIX]Fix wrong this scope in Notifications#13515

Merged
rodrigok merged 1 commit intodevelopfrom
fix-webrtc-scopes
Feb 19, 2019
Merged

[FIX]Fix wrong this scope in Notifications#13515
rodrigok merged 1 commit intodevelopfrom
fix-webrtc-scopes

Conversation

@MarcosSpessatto
Copy link
Contributor

Closes #13514

@rodrigok rodrigok merged commit 39c43d1 into develop Feb 19, 2019
@rodrigok rodrigok deleted the fix-webrtc-scopes branch February 19, 2019 20:05
@rodrigok rodrigok mentioned this pull request Apr 28, 2019
subscriptions.forEach((subscription) => this.notifyUser(subscription.u._id, e, ...args));
subscriptions.forEach((subscription) => self.notifyUser(subscription.u._id, e, ...args));
}
return false;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this return true on success?

I'm getting a nosub message when sending stream-notify-room-users on "params":["myid/webrtc",{"args":[],"useCollection":false}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments