Change comment
This commit is contained in:
parent
06864a65b7
commit
d191b327c6
1 changed files with 1 additions and 2 deletions
|
@ -127,8 +127,7 @@ export class EventEntry extends BaseEventEntry {
|
||||||
return getRelatedEventId(this.event);
|
return getRelatedEventId(this.event);
|
||||||
}
|
}
|
||||||
|
|
||||||
// return a related event-id only if this entry is a reply
|
// similar to relatedEventID but excludes relations like redaction
|
||||||
// excludes relations like redaction
|
|
||||||
get contextEventId() {
|
get contextEventId() {
|
||||||
if (this.isReply) {
|
if (this.isReply) {
|
||||||
return this.relatedEventId;
|
return this.relatedEventId;
|
||||||
|
|
Reference in a new issue