Moderator notes WIP (#144):

Displaying the nickname at time of note creation if it changed.
This commit is contained in:
John Livingston
2024-07-31 21:55:20 +02:00
parent 70f702f78e
commit 48763e6173
7 changed files with 17 additions and 5 deletions

View File

@ -24,6 +24,7 @@ export function tplMucNote (el, note) {
<livechat-converse-muc-note-occupant
.full_display=${el.is_ocupant_filter}
.model=${aboutOccupant}
.note=${note}
></livechat-converse-muc-note-occupant>`
: ''
}
@ -60,6 +61,7 @@ export function tplMucNote (el, note) {
<livechat-converse-muc-note-occupant
full_display=${true}
.model=${aboutOccupant}
.note=${note}
></livechat-converse-muc-note-occupant>
`
: ''