Moderator notes WIP (#144)

This commit is contained in:
John Livingston
2024-07-30 19:47:20 +02:00
parent 704e660f37
commit 9c2b84027a
6 changed files with 121 additions and 6 deletions

View File

@ -76,7 +76,10 @@ export default class MUCNotesView extends DraggablesCustomElement {
})
await this.model.createNote({
description: description
description: description,
about_jid: ev.target.about_jid?.value || undefined,
about_nick: ev.target.about_nick?.value || undefined,
about_occupant_id: ev.target.about_occupant_id?.value || undefined
})
this.closeCreateNoteForm()