Search user messages WIP (#145)

This commit is contained in:
John Livingston
2024-08-01 18:58:25 +02:00
parent dd03075831
commit 4181661faf
13 changed files with 308 additions and 64 deletions

View File

@ -18,5 +18,10 @@ export default (o) => {
? html`<livechat-converse-muc-note-app .model=${o.model}></livechat-converse-muc-note-app>`
: ''
}
${
o?.model && api.settings.get('livechat_mam_search_app_enabled')
? html`<livechat-converse-muc-mam-search-app .model=${o.model}></livechat-converse-muc-mam-search-app>`
: ''
}
${tplMUCChatarea(o)}`
}