Skip to content

Commit 261bb5e

Browse files
authored
refactor: add comment for threads not supported
1 parent 03849a6 commit 261bb5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/MessageOverlay/hooks/useFetchReactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const useFetchReactions = <
6363
};
6464

6565
try {
66+
// TODO: Threads are not supported for the offline use case as we don't store the thread messages currently, and this will change in the future.
6667
if (enableOfflineSupport && !message?.parent_id) {
6768
await loadOfflineReactions();
6869
} else {

0 commit comments

Comments
 (0)