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 (
|
||||
(message?.reactions ?? [])
|
||||
.find((reaction) => reaction.name === name)
|
||||
?.user_ids?.includes($user?.id) ??
|
||||
?.users?.some((u) => u.id === $user?.id) ??
|
||||
false
|
||||
) {
|
||||
messages = messages.map((m) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue