mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
use binding to update marking a message as (un)verified
This commit is contained in:
parent
dd7bbe89ac
commit
fa21ac021c
@ -46,7 +46,7 @@ export class BaseMessageView extends TemplateView {
|
|||||||
"Timeline_message": true,
|
"Timeline_message": true,
|
||||||
own: vm.isOwn,
|
own: vm.isOwn,
|
||||||
unsent: vm.isUnsent,
|
unsent: vm.isUnsent,
|
||||||
unverified: vm.isUnverified,
|
unverified: vm => vm.isUnverified,
|
||||||
disabled: !this._interactive,
|
disabled: !this._interactive,
|
||||||
continuation: vm => vm.isContinuation,
|
continuation: vm => vm.isContinuation,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user