Fix: moderation notes: fix filter button wrongly displayed on notes without associated occupant.

Also fix typo.
This commit is contained in:
John Livingston
2025-05-21 16:25:11 +02:00
parent 562e6a16e2
commit 4bebc18c67
4 changed files with 5 additions and 4 deletions

View File

@ -77,7 +77,7 @@ export default function tplMucNotes (el, notes) {
? ''
: html`<livechat-converse-muc-note
.model=${note}
.is_ocupant_filter=${!!el.occupant_filter}
.is_occupant_filter=${!!el.occupant_filter}
></livechat-converse-muc-note>`
})
}`