model missing "approved" property in show-user response

This commit is contained in:
Hazel K 2024-10-07 10:40:44 -04:00
parent a790fef261
commit 844dfaaf5d
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,10 @@ export const meta = {
type: 'boolean',
optional: false, nullable: false,
},
approved: {
type: 'boolean',
optional: false, nullable: false,
},
autoAcceptFollowed: {
type: 'boolean',
optional: false, nullable: false,