fixed event sending format

This commit is contained in:
Suman991 2026-04-17 17:57:22 +05:30
parent bf39f07965
commit cb17875d16

View File

@ -46,7 +46,7 @@ export class ConversationsService {
if (!subject) return;
subject.next(
{ type: event, data:data } as MessageEvent
{ event, data } as any
);
}