diff options
author | Anna Larch <anna@nextcloud.com> | 2023-12-15 11:07:09 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-12-18 12:06:57 +0000 |
commit | deb4bef923f7ce6f98efc07974a3a6cd0b86abb6 (patch) | |
tree | ae04866195bf53c375fedf4a82d2ffc10b5aacbf /lib | |
parent | 36f91063a1ad0a3d499f48c03d73ed07f4a253de (diff) | |
download | nextcloud-server-deb4bef923f7ce6f98efc07974a3a6cd0b86abb6.tar.gz nextcloud-server-deb4bef923f7ce6f98efc07974a3a6cd0b86abb6.zip |
fix(ooo): add new ooo status with new emoji
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'lib')
-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'; |