From 5dee54d70bcd207c9b96a4cf6bb58f82fe9fbba9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 24 May 2022 14:40:59 +0200 Subject: Add status automation Signed-off-by: Joas Schilling --- lib/public/UserStatus/IUserStatus.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib') diff --git a/lib/public/UserStatus/IUserStatus.php b/lib/public/UserStatus/IUserStatus.php index bf743dea08d..8803b328ad5 100644 --- a/lib/public/UserStatus/IUserStatus.php +++ b/lib/public/UserStatus/IUserStatus.php @@ -64,6 +64,18 @@ interface IUserStatus { */ public const INVISIBLE = 'invisible'; + /** + * @var string + * @since 25.0.0 + */ + public const MESSAGE_CALL = 'call'; + + /** + * @var string + * @since 25.0.0 + */ + public const MESSAGE_AVAILABILITY = 'availability'; + /** * Get the user this status is connected to * -- cgit v1.2.3