handling of offline:offline

This commit is contained in:
Natsumi
2024-10-24 23:18:04 +13:00
parent 49742f146c
commit 12ed7faa1a
2 changed files with 7 additions and 2 deletions

View File

@@ -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;