You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#mutesenabled)_ props</div> mutesEnabled {#mutesenabled}
191
+
192
+
<MutesEnabled />
193
+
186
194
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#muteuser)_ props</div> muteUser {#muteuser}
187
195
188
196
<MuteUser />
@@ -207,10 +215,19 @@ Id of current channel.
207
215
208
216
<OnPressMessage />
209
217
218
+
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#quotedrepliesenabled)_ props</div> quotedRepliesEnabled {#quotedrepliesenabled}
219
+
220
+
<QuotedRepliesEnabled />
221
+
210
222
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#quotedreply)_ props</div> quotedReply {#quotedreply}
211
223
212
224
<QuotedReply />
213
225
226
+
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#reactionsenabled)_ props</div> reactionsEnabled {#reactionsenabled}
227
+
228
+
<ReactionsEnabled />
229
+
230
+
214
231
### removeMessage
215
232
216
233
Function to remove message from local channel state. Please note that this function is only for updating the local state, it doesn't call the api for deleting message (`channel.deleteMessage`).
@@ -235,7 +252,6 @@ Function to re-attempt sending failed message.
235
252
| - |
236
253
|`(message) => void`|
237
254
238
-
239
255
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#selectreaction)_ props</div> selectReaction {#selectreaction}
240
256
241
257
<SelectReaction />
@@ -260,6 +276,10 @@ Enables quoted-reply state on given message.
260
276
261
277
<SupportedReactions />
262
278
279
+
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#threadrepliesenabled)_ props</div> threadRepliesEnabled {#threadrepliesenabled}
280
+
281
+
<ThreadRepliesEnabled />
282
+
263
283
### <divclass="label description">_forwarded from [Channel](../core-components/channel.mdx#threadreply)_ props</div> threadReply {#threadreply}
0 commit comments