Skip to content

Commit 2bd06e7

Browse files
authored
[CLNP-6644] Thread messages are not loaded when the scroll at the top (#1328)
### Ticket [CLNP-6644](https://sendbird.atlassian.net/browse/CLNP-6644) ### Changelog * Fix the bug where thread messages are not loaded when the scroll at the top * dependency list has some missing elements. [CLNP-6644]: https://sendbird.atlassian.net/browse/CLNP-6644?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 8470fa9 commit 2bd06e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modules/Thread/context/useThread.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ const useThread = () => {
537537
currentChannel,
538538
stores.sdkStore.initialized,
539539
parentMessage,
540+
threadListState,
541+
isReactionEnabled,
542+
logger,
540543
]);
541544

542545
return { state, actions };

0 commit comments

Comments
 (0)