mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
remove comment not relevant anymore
This commit is contained in:
parent
4350537004
commit
7d10bec4ac
@ -327,7 +327,6 @@ export class GroupCall extends EventEmitter<{change: never}> {
|
|||||||
const memberKey = getMemberKey(userId, deviceId);
|
const memberKey = getMemberKey(userId, deviceId);
|
||||||
if (userId === this.options.ownUserId && deviceId === this.options.ownDeviceId) {
|
if (userId === this.options.ownUserId && deviceId === this.options.ownDeviceId) {
|
||||||
log.wrap("update own membership", log => {
|
log.wrap("update own membership", log => {
|
||||||
// TODO: should we check if new device is expired?
|
|
||||||
if (this.hasJoined) {
|
if (this.hasJoined) {
|
||||||
if (this.joinedData) {
|
if (this.joinedData) {
|
||||||
this.joinedData.logItem.refDetached(log);
|
this.joinedData.logItem.refDetached(log);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user