Skip to content

Commit 7a80cef

Browse files
committed
chore(*): remove leftover props
1 parent dfb73eb commit 7a80cef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/chat/types.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,6 @@ export type IgcChatOptions = {
101101
* The ID of the current user. Used to differentiate between incoming and outgoing messages.
102102
*/
103103
currentUserId?: string;
104-
/**
105-
* Whether to hide message timestamps.
106-
* Defaults to `false`.
107-
*/
108-
hideTimestamp?: boolean;
109-
/**
110-
* Whether to hide sender usernames in the message list.
111-
* Defaults to `false`.
112-
*/
113-
hideUserName?: boolean;
114104
/**
115105
* If `true`, prevents the chat from automatically scrolling to the latest message.
116106
*/

0 commit comments

Comments
 (0)