This commit is contained in:
Timothy Jaeryang Baek 2025-11-29 14:18:22 -05:00
parent 05e79bdd0c
commit c9185aaf44

View file

@ -189,7 +189,7 @@
if (
(message?.reactions ?? [])
.find((reaction) => reaction.name === name)
?.user_ids?.includes($user?.id) ??
?.users?.some((u) => u.id === $user?.id) ??
false
) {
messages = messages.map((m) => {