Increased truncation limit to 10

pull/2028/head
wmwragg 2016-08-30 12:14:32 +01:00
parent 45a813b795
commit b91a0dd7a5
1 changed files with 1 additions and 1 deletions

View File

@ -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() {