mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): apply feedback
This commit is contained in:
parent
f1c7d889c3
commit
154384360d
@ -32,7 +32,7 @@ export const useInfiniteLiveSubscribers = (props: {
|
||||
...props.searchPayload.where,
|
||||
...(props.channels.length > 0 && {
|
||||
or: [
|
||||
...props.searchPayload.where.or,
|
||||
...(props.searchPayload.where.or || []),
|
||||
...props.channels.map((channel) => ({
|
||||
"channel.name": channel,
|
||||
})),
|
||||
|
Loading…
Reference in New Issue
Block a user