Skip to content

Commit de18345

Browse files
committed
undo changes
1 parent 567a4e0 commit de18345

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/ddp-client/src/types/streams.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export interface StreamerEvents {
4545

4646
'notify-room': [
4747
{ key: `${string}/user-activity`; args: [username: string, activities: string[]] },
48-
/* @deprecated over UserActivity */
4948
{ key: `${string}/typing`; args: [username: string, typing: boolean] },
5049
{
5150
key: `${string}/deleteMessageBulk`;
@@ -571,16 +570,6 @@ export interface StreamerEvents {
571570
key: 'broadcast';
572571
args: any[];
573572
},
574-
{
575-
key: `user-activity`;
576-
args: [
577-
{
578-
rid: string;
579-
username: string;
580-
activities: string[];
581-
},
582-
];
583-
},
584573
];
585574
}
586575

0 commit comments

Comments
 (0)