Skip to content

Commit ca9178d

Browse files
committed
fix: load thread replies when Thread is opened
1 parent b6eb13b commit ca9178d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Channel/channelState.ts

+1
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)