mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
handling of offline:offline
This commit is contained in:
@@ -263,7 +263,7 @@ Vue.component('marquee-text', MarqueeText);
|
||||
canRequestInvite: false,
|
||||
strict: false
|
||||
};
|
||||
if (_tag === 'offline') {
|
||||
if (_tag === 'offline' || _tag === 'offline:offline') {
|
||||
ctx.isOffline = true;
|
||||
} else if (_tag === 'private') {
|
||||
ctx.isPrivate = true;
|
||||
|
||||
Reference in New Issue
Block a user