1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

improve comments

This commit is contained in:
Michael Telatynski
2020-10-30 14:27:14 +00:00
parent 70fe26d163
commit 171b3ede76
3 changed files with 5 additions and 5 deletions

View File

@@ -583,7 +583,7 @@ export function logout(): void {
if (!MatrixClientPeg.get()) return;
if (!CountlyAnalytics.instance.disabled) {
// user has logged out, fall back to anonymous
CountlyAnalytics.instance.enable(true);
CountlyAnalytics.instance.enable(/* anonymous = */ true);
}
if (MatrixClientPeg.get().isGuest()) {