mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fix full screen image viewer colors, group description scrollbar
This commit is contained in:
@@ -674,7 +674,10 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
userId: L.userId
|
||||
})
|
||||
.then((args) => {
|
||||
Object.assign(L.user, args.ref);
|
||||
if (args.ref.id === L.userId) {
|
||||
Object.assign(L.user, args.ref);
|
||||
instance.$location = L;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
L.user = ref;
|
||||
|
||||
Reference in New Issue
Block a user