Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -9,7 +9,6 @@ class EmoteEventStream {
|
||||
private _stream: Subject<EmoteEvent> = new Subject();
|
||||
public stream = this._stream.asObservable();
|
||||
|
||||
|
||||
fire(userId: number, emote: string) {
|
||||
this._stream.next({ userId, emote });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user