mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
revert: remove unnecessary getUser
This commit is contained in:
@@ -187,13 +187,15 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
D.ownerDisplayName = args.ref.ownerId;
|
||||
D.visible = true;
|
||||
D.loading = false;
|
||||
if (args.cache) {
|
||||
groupRequest.getGroup(args.params);
|
||||
}
|
||||
userRequest
|
||||
.getCachedUser({
|
||||
userId: args.ref.ownerId
|
||||
})
|
||||
.then((args1) => {
|
||||
D.ownerDisplayName = args1.ref.displayName;
|
||||
return args1;
|
||||
});
|
||||
database.getLastGroupVisit(D.ref.name).then((r) => {
|
||||
if (D.id === args.ref.id) {
|
||||
|
||||
Reference in New Issue
Block a user