From a352a7c7f38d7b1e34caafbbd53ef1e2c28c1caa Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 2 Sep 2020 11:49:14 +0200 Subject: Introduce consts for statuses Signed-off-by: Georg Ehrke --- apps/user_status/lib/Service/JSDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/user_status/lib/Service/JSDataService.php') diff --git a/apps/user_status/lib/Service/JSDataService.php b/apps/user_status/lib/Service/JSDataService.php index ebe801cd57a..334ae248d4c 100644 --- a/apps/user_status/lib/Service/JSDataService.php +++ b/apps/user_status/lib/Service/JSDataService.php @@ -65,7 +65,7 @@ class JSDataService implements \JsonSerializable { 'messageIsPredefined' => false, 'icon' => null, 'clearAt' => null, - 'status' => 'offline', + 'status' => StatusService::OFFLINE, 'statusIsUserDefined' => false, ]; } -- cgit v1.2.3