Merge branch 'td/leavedIgnore' into 'main'
chore: ignore stale call checking for archived rooms See merge request famedly/company/frontend/famedlysdk!1255
This commit is contained in:
commit
c0000c0193
|
|
@ -142,7 +142,9 @@ class Room {
|
|||
setState(state);
|
||||
}
|
||||
}
|
||||
if (!isArchived) {
|
||||
startStaleCallsChecker(id);
|
||||
}
|
||||
partial = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ extension GroupCallUtils on Room {
|
|||
staleGroupCallsTimer.remove(roomId);
|
||||
Logs().d('stopped stale group calls checker for room $id');
|
||||
} else {
|
||||
Logs().w('[VOIP] no stale call checker for room found');
|
||||
Logs().d('[VOIP] no stale call checker for room found');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue