fixed event sending format
This commit is contained in:
parent
bf39f07965
commit
cb17875d16
@ -46,7 +46,7 @@ export class ConversationsService {
|
||||
if (!subject) return;
|
||||
|
||||
subject.next(
|
||||
{ type: event, data:data } as MessageEvent
|
||||
{ event, data } as any
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user