From 8b112933418fe4216ea520bbc924998bbd788ef9 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 5 Aug 2015 08:11:36 -0700 Subject: Changed max number of displayed direct message channels to 20 --- web/react/utils/constants.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx index 2b0976afd..bed0ec556 100644 --- a/web/react/utils/constants.jsx +++ b/web/react/utils/constants.jsx @@ -82,7 +82,7 @@ module.exports = { "channel", ], MONTHS: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], - MAX_DMS: 10, + MAX_DMS: 20, ONLINE_ICON_SVG: "", OFFLINE_ICON_SVG: "", MENU_ICON: " ", -- cgit v1.2.3-1-g7c22