diff --git a/html/src/app.js b/html/src/app.js
index 5ef210e9..dd6b8775 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -4997,7 +4997,8 @@ speechSynthesis.getVoices();
ctx.state !== 'online' &&
typeof ref !== 'undefined' &&
ref.location !== '' &&
- ref.location !== 'offline') {
+ ref.location !== 'offline' &&
+ ref.location !== 'private') {
API.getUser({
userId: id
});