From b91a0dd7a5f195e1b5075134d5a8e9b2bce5ac8b Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 30 Aug 2016 12:14:32 +0100 Subject: [PATCH] Increased truncation limit to 10 --- src/components/structures/RoomSubList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 2565bd1ff..63b340563 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -29,7 +29,7 @@ var RoomNotifs = require('matrix-react-sdk/lib/RoomNotifs'); // turn this on for drop & drag console debugging galore var debug = false; -const TRUNCATE_AT = 6; +const TRUNCATE_AT = 10; var roomListTarget = { canDrop: function() {