no need to emit, timeline finds out by themselves with remote echo
This commit is contained in:
parent
606d40c9d4
commit
5d35caf85f
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ export class SendQueue {
|
|||
for (const relatedPE of relatedEventWithoutRemoteId) {
|
||||
relatedPE.setRelatedEventId(remoteId);
|
||||
await this._tryUpdateEventWithTxn(relatedPE, txn);
|
||||
// emit that we now have a related remote id
|
||||
// this._pendingEvents.update(relatedPE);
|
||||
}
|
||||
return relatedEventWithoutRemoteId;
|
||||
}
|
||||
|
|
Reference in a new issue