mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-28 21:21:38 +01:00
No need to git add . whole expression
This commit is contained in:
parent
72691eeb9d
commit
22356bee51
@ -32,7 +32,7 @@ export class BaseEventEntry extends BaseEntry {
|
||||
}
|
||||
|
||||
get isReply() {
|
||||
return !!(this.relation?.["m.in_reply_to"] || this.isThread);
|
||||
return !!this.relation?.["m.in_reply_to"] || this.isThread;
|
||||
}
|
||||
|
||||
get isThread() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user