From 7a05ad9f79e0ade731caf0ddc1d85f7c466b041b Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 12 Nov 2024 17:04:28 +0000 Subject: [PATCH] update comment --- src/useReactions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/useReactions.tsx b/src/useReactions.tsx index f009ae93..c6412c83 100644 --- a/src/useReactions.tsx +++ b/src/useReactions.tsx @@ -133,7 +133,7 @@ export const ReactionsProvider = ({ EventType.Reaction, ); let allEvents = relations?.getRelations() ?? []; - // We might not have synced this far. + // If we found no relations for this event, fetch via fetchRelations. if (allEvents.length === 0) { const res = await room.client.fetchRelations( room.roomId,