Merge pull request #7570 from appwrite/feat-support-label-queries

Feat support label queries
This commit is contained in:
Jake Barnby 2024-02-12 22:46:38 +13:00 committed by GitHub
commit dd7ac27f11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0a007a3b1b6eafc39dc19b7129f41643102f9676
Subproject commit 8c8f0b7ccb0d98e9561f03a6486de1e59f3b3b9d

View file

@ -12,7 +12,8 @@ class Users extends Base
'passwordUpdate',
'registration',
'emailVerification',
'phoneVerification'
'phoneVerification',
'labels',
];
/**