diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 2565bd1ffa..63b340563f 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() {