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 803d504 commit 8e43de8Copy full SHA for 8e43de8
package/src/components/Channel/Channel.tsx
@@ -1361,7 +1361,7 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
1361
updateMessage(messageResponse.message);
1362
}
1363
1364
- // threadInstance?.upsertReplyLocally?.({ message: messageResponse.message });
+ threadInstance?.upsertReplyLocally?.({ message: messageResponse.message });
1365
1366
} catch (err) {
1367
console.log(err);
0 commit comments