Save last group invite

This commit is contained in:
Natsumi
2025-09-19 17:18:21 +12:00
parent 0916bdcacd
commit c203785004
3 changed files with 17 additions and 4 deletions

View File

@@ -66,7 +66,11 @@ export const useGroupStore = defineStore('Group', () => {
groupName: '',
userId: '',
userIds: [],
userObject: {}
userObject: {
id: '',
displayName: '',
$userColour: ''
}
},
moderateGroupDialog: {
visible: false,