We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb73eb commit 7a80cefCopy full SHA for 7a80cef
src/components/chat/types.ts
@@ -101,16 +101,6 @@ export type IgcChatOptions = {
101
* The ID of the current user. Used to differentiate between incoming and outgoing messages.
102
*/
103
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
112
113
- hideUserName?: boolean;
114
/**
115
* If `true`, prevents the chat from automatically scrolling to the latest message.
116
0 commit comments