Skip to content

Commit

Permalink
refactor: add comment for threads not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 authored Nov 26, 2024
1 parent 03849a6 commit 261bb5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const useFetchReactions = <
};

try {
// 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.
if (enableOfflineSupport && !message?.parent_id) {
await loadOfflineReactions();
} else {
Expand Down

0 comments on commit 261bb5e

Please sign in to comment.