We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03849a6 commit 261bb5eCopy full SHA for 261bb5e
package/src/components/MessageOverlay/hooks/useFetchReactions.ts
@@ -63,6 +63,7 @@ export const useFetchReactions = <
63
};
64
65
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.
67
if (enableOfflineSupport && !message?.parent_id) {
68
await loadOfflineReactions();
69
} else {
0 commit comments