Bug with orange status location being private when user is offline

This commit is contained in:
Natsumi
2021-03-30 00:29:22 +13:00
parent 260239811f
commit 1071af14d9
+2 -1
View File
@@ -4997,7 +4997,8 @@ speechSynthesis.getVoices();
ctx.state !== 'online' && ctx.state !== 'online' &&
typeof ref !== 'undefined' && typeof ref !== 'undefined' &&
ref.location !== '' && ref.location !== '' &&
ref.location !== 'offline') { ref.location !== 'offline' &&
ref.location !== 'private') {
API.getUser({ API.getUser({
userId: id userId: id
}); });