chore: add all reactions

This commit is contained in:
2023-10-16 21:37:15 +01:00
parent f34ccf72cb
commit 1a507679f3
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ export function useEventReactions(ev: TaggedNostrEvent, related: ReadonlyArray<T
return {
deletions,
reactions: {
all: reactions,
positive: groupReactions[Reaction.Positive] ?? [],
negative: groupReactions[Reaction.Negative] ?? [],
},