mirror of https://github.com/vector-im/riot-web
Increased truncation limit to 10
parent
45a813b795
commit
b91a0dd7a5
|
@ -29,7 +29,7 @@ var RoomNotifs = require('matrix-react-sdk/lib/RoomNotifs');
|
||||||
// turn this on for drop & drag console debugging galore
|
// turn this on for drop & drag console debugging galore
|
||||||
var debug = false;
|
var debug = false;
|
||||||
|
|
||||||
const TRUNCATE_AT = 6;
|
const TRUNCATE_AT = 10;
|
||||||
|
|
||||||
var roomListTarget = {
|
var roomListTarget = {
|
||||||
canDrop: function() {
|
canDrop: function() {
|
||||||
|
|
Loading…
Reference in New Issue