mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 12:13:48 +02:00
Save last group invite
This commit is contained in:
@@ -66,7 +66,11 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
groupName: '',
|
||||
userId: '',
|
||||
userIds: [],
|
||||
userObject: {}
|
||||
userObject: {
|
||||
id: '',
|
||||
displayName: '',
|
||||
$userColour: ''
|
||||
}
|
||||
},
|
||||
moderateGroupDialog: {
|
||||
visible: false,
|
||||
|
||||
Reference in New Issue
Block a user