mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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,
|
||||
own: vm.isOwn,
|
||||
unsent: vm.isUnsent,
|
||||
unverified: vm.isUnverified,
|
||||
unverified: vm => vm.isUnverified,
|
||||
disabled: !this._interactive,
|
||||
continuation: vm => vm.isContinuation,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user