From c0ab2636d699c8544ce03a58f61b95cfd66ff7ce Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 18 Jul 2016 11:10:03 -0400 Subject: PLT-2241 Refactored statuses into a more real-time system (#3573) * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 874af146f..745be73e3 100644 --- a/config/config.json +++ b/config/config.json @@ -40,7 +40,8 @@ "RestrictDirectMessage": "any", "RestrictTeamInvite": "all", "RestrictPublicChannelManagement": "all", - "RestrictPrivateChannelManagement": "all" + "RestrictPrivateChannelManagement": "all", + "UserStatusAwayTimeout": 300 }, "SqlSettings": { "DriverName": "mysql", -- cgit v1.2.3-1-g7c22