mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Add explaining comment
This commit is contained in:
parent
3182256054
commit
2ebb22ab32
@ -148,7 +148,7 @@ export class EventEntry extends BaseEventEntry {
|
|||||||
return originalRelation || getRelationFromContent(this.content);
|
return originalRelation || getRelationFromContent(this.content);
|
||||||
}
|
}
|
||||||
|
|
||||||
// similar to relatedEventID but only for replies
|
// similar to relatedEventID but only for replies and reference relations
|
||||||
get contextEventId() {
|
get contextEventId() {
|
||||||
if (this.isReply || this.isReference) {
|
if (this.isReply || this.isReference) {
|
||||||
return this.relatedEventId;
|
return this.relatedEventId;
|
||||||
|
Loading…
Reference in New Issue
Block a user