aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Accounts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Accounts')
-rw-r--r--lib/public/Accounts/IAccountManager.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/Accounts/IAccountManager.php b/lib/public/Accounts/IAccountManager.php
index 178c6aba676..9168e17ea10 100644
--- a/lib/public/Accounts/IAccountManager.php
+++ b/lib/public/Accounts/IAccountManager.php
@@ -157,6 +157,11 @@ interface IAccountManager {
public const PROPERTY_PROFILE_ENABLED = 'profile_enabled';
/**
+ * @since 30.0.0
+ */
+ public const PROPERTY_BIRTHDATE = 'birthdate';
+
+ /**
* The list of allowed properties
*
* @since 25.0.0
@@ -175,6 +180,7 @@ interface IAccountManager {
self::PROPERTY_HEADLINE,
self::PROPERTY_BIOGRAPHY,
self::PROPERTY_PROFILE_ENABLED,
+ self::PROPERTY_BIRTHDATE,
];