Introduce the new index chat settings

This commit is contained in:
Clément Renault
2025-05-21 11:07:06 +02:00
committed by Kerollmops
parent d389e49147
commit 39ecea5e9e
12 changed files with 227 additions and 21 deletions

View File

@ -405,6 +405,7 @@ impl<T> From<v5::Settings<T>> for v6::Settings<v6::Unchecked> {
search_cutoff_ms: v6::Setting::NotSet,
facet_search: v6::Setting::NotSet,
prefix_search: v6::Setting::NotSet,
chat: v6::Setting::NotSet,
_kind: std::marker::PhantomData,
}
}