Skip to content

Commit 579953c

Browse files
authored
fix: always load thread replies on Thread opening (#2436)
1 parent b6eb13b commit 579953c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Channel/channelState.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export const channelReducer = <
208208
return {
209209
...state,
210210
thread: message,
211+
threadHasMore: true,
211212
threadMessages: message.id ? { ...channel.state.threads }[message.id] || [] : [],
212213
threadSuppressAutoscroll: false,
213214
};

0 commit comments

Comments
 (0)