diff options
author | Anna Larch <anna@nextcloud.com> | 2023-12-15 11:07:09 +0100 |
---|---|---|
committer | Anna Larch <anna@nextcloud.com> | 2023-12-18 11:35:00 +0100 |
commit | fc4ef6133b6f236a9eb56d7c302eeb43b9d07e9d (patch) | |
tree | 64ef84c779ce39488b99456d30cfc5edb3c5f4cc /lib/public/UserStatus | |
parent | 0ff674607f1bbf108d4318a8844f7d3f7e7a2cd6 (diff) | |
download | nextcloud-server-fc4ef6133b6f236a9eb56d7c302eeb43b9d07e9d.tar.gz nextcloud-server-fc4ef6133b6f236a9eb56d7c302eeb43b9d07e9d.zip |
fix(ooo): add new ooo status with new emoji
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'lib/public/UserStatus')
-rw-r--r-- | lib/public/UserStatus/IUserStatus.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/UserStatus/IUserStatus.php b/lib/public/UserStatus/IUserStatus.php index f5005e5616b..f167f9a82ee 100644 --- a/lib/public/UserStatus/IUserStatus.php +++ b/lib/public/UserStatus/IUserStatus.php @@ -83,6 +83,12 @@ interface IUserStatus { /** * @var string + * @since 28.0.1 + */ + public const MESSAGE_OUT_OF_OFFICE = 'out-of-office'; + + /** + * @var string * @since 28.0.0 */ public const MESSAGE_VACATION = 'vacationing'; |