forked from mystiq/hydrogen-web
fix spelling in comment
This commit is contained in:
parent
bbcf0d2572
commit
9099a76f45
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export class PendingEvent {
|
||||||
get relatedEventId() {
|
get relatedEventId() {
|
||||||
const relation = getRelationFromContent(this.content);
|
const relation = getRelationFromContent(this.content);
|
||||||
if (relation) {
|
if (relation) {
|
||||||
// may be null when target is not sent yet, is indented
|
// may be null when target is not sent yet, is intended
|
||||||
return relation.event_id;
|
return relation.event_id;
|
||||||
} else {
|
} else {
|
||||||
return this._data.relatedEventId;
|
return this._data.relatedEventId;
|
||||||
|
|
Loading…
Reference in a new issue