mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
fix spelling in comment
This commit is contained in:
parent
bbcf0d2572
commit
9099a76f45
@ -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…
x
Reference in New Issue
Block a user