Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update doc for the forceDot param here too.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Mar 11, 2024
1 parent 940e9d3 commit 37e972e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ interface Props {
room?: Room;
threadId?: string;
/**
* If true, the badge will always be displayed as a dot.
* If true, where we would normally show a badge, we instead show a dot. No numeric count will
* be displayed.
*/
forceDot?: boolean;
}
Expand Down

0 comments on commit 37e972e

Please sign in to comment.