Skip to content

Commit

Permalink
Merge branch 'threads' of github.com:GetStream/stream-chat-js into th…
Browse files Browse the repository at this point in the history
…reads
  • Loading branch information
vishalnarkhede committed Jan 20, 2024
2 parents d0a6309 + eb1e9b3 commit e63fbef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,6 @@ export type Event<StreamChatGenerics extends ExtendableGenerics = DefaultGeneric
received_at?: string | Date;
team?: string;
thread?: ThreadResponse<StreamChatGenerics>;
// @deprecated number of all unread messages across all current user's unread channels, equals unread_count
total_unread_count?: number;
// number of all current user's channels with at least one unread message including the channel in this event
unread_channels?: number;
// number of all unread messages across all current user's unread channels
Expand Down

0 comments on commit e63fbef

Please sign in to comment.