Remove channel_users from chat_channel index (#3780)
This commit is contained in:
parent
f90dda081c
commit
fe2d67eedc
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class ChatChannel < ApplicationRecord
|
|||
|
||||
algoliasearch index_name: "SecuredChatChannel_#{Rails.env}" do
|
||||
attribute :id, :viewable_by, :slug, :channel_type,
|
||||
:channel_name, :channel_users, :last_message_at, :status,
|
||||
:channel_name, :last_message_at, :status,
|
||||
:messages_count, :channel_human_names, :channel_mod_ids, :pending_users_select_fields,
|
||||
:description
|
||||
searchableAttributes %i[channel_name channel_slug channel_human_names]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue