mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge branch 'develop' into rav/fix_scroll_on_resize
This commit is contained in:
commit
ce150646e6
2 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,12 @@
|
|||
"highlight.js": "^8.9.1",
|
||||
"linkifyjs": "^2.0.0-beta.4",
|
||||
"marked": "^0.3.5",
|
||||
"matrix-js-sdk": "^0.4.1",
|
||||
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
|
||||
"optimist": "^0.6.1",
|
||||
"q": "^1.4.1",
|
||||
"react": "^0.14.2",
|
||||
"react-dom": "^0.14.2",
|
||||
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#3ee2648",
|
||||
"react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#8c29605",
|
||||
"sanitize-html": "^1.11.1",
|
||||
"velocity-animate": "^1.2.3",
|
||||
"velocity-ui-pack": "^1.2.2"
|
||||
|
|
|
@ -28,7 +28,7 @@ var ObjectUtils = require('../../ObjectUtils');
|
|||
|
||||
var PAGINATE_SIZE = 20;
|
||||
var INITIAL_SIZE = 20;
|
||||
var TIMELINE_CAP = 250; // the most events to show in a timeline
|
||||
var TIMELINE_CAP = 500; // the most events to show in a timeline
|
||||
|
||||
// consider that the user remains "active" for this many milliseconds after a
|
||||
// user_activity event (and thus don't make the read-marker visible on new
|
||||
|
|
Loading…
Reference in a new issue