mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
no point in ref'ing an item on its parent
This commit is contained in:
parent
93661690e1
commit
928419502e
@ -581,7 +581,6 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
|||||||
sessionId: message.content.sender_session_id,
|
sessionId: message.content.sender_session_id,
|
||||||
type: message.type
|
type: message.type
|
||||||
});
|
});
|
||||||
syncLog.refDetached(item);
|
|
||||||
// we haven't received the m.call.member yet for this caller (or with this session id).
|
// we haven't received the m.call.member yet for this caller (or with this session id).
|
||||||
// buffer the device messages or create the member/call as it should arrive in a moment
|
// buffer the device messages or create the member/call as it should arrive in a moment
|
||||||
let messages = this.bufferedDeviceMessages.get(key);
|
let messages = this.bufferedDeviceMessages.get(key);
|
||||||
|
Loading…
Reference in New Issue
Block a user