Use new js-sdk modified time to avoid unnecessary member tile updates. Also avoid double-updating since we were setting state and then forcing an update which is redundant.

This commit is contained in:
David Baker 2015-10-13 11:10:43 +01:00
parent 17c81c1101
commit 1dd707775a
2 changed files with 23 additions and 1 deletions

View file

@ -27,7 +27,7 @@
"filesize": "^3.1.2",
"flux": "~2.0.3",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "^0.2.1",
"matrix-js-sdk": "^0.2.2",
"matrix-react-sdk": "^0.0.1",
"q": "^1.4.1",
"react": "^0.13.3",