mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
no need to emit, timeline finds out by themselves with remote echo
This commit is contained in:
parent
606d40c9d4
commit
5d35caf85f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user