mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
05e79bdd0c
commit
c9185aaf44
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@
|
||||||
if (
|
if (
|
||||||
(message?.reactions ?? [])
|
(message?.reactions ?? [])
|
||||||
.find((reaction) => reaction.name === name)
|
.find((reaction) => reaction.name === name)
|
||||||
?.user_ids?.includes($user?.id) ??
|
?.users?.some((u) => u.id === $user?.id) ??
|
||||||
false
|
false
|
||||||
) {
|
) {
|
||||||
messages = messages.map((m) => {
|
messages = messages.map((m) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue