Poll WIP (#231):

* poll frontend WIP
This commit is contained in:
John Livingston
2024-07-01 18:06:26 +02:00
parent 4591633400
commit 1c6434630e
4 changed files with 7 additions and 4 deletions

View File

@ -23,7 +23,7 @@ export default class MUCPollView extends CustomElement {
render () {
const currentPoll = this.model?.get('current_poll')
return tplPoll(this.model, currentPoll)
return tplPoll(this, currentPoll)
}
}