no point in ref'ing an item on its parent

This commit is contained in:
Bruno Windels 2023-02-07 22:44:43 +01:00
parent 93661690e1
commit 928419502e

View File

@ -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);