mirror of https://github.com/vector-im/riot-web
Merge branch 'rav/roomview_works' into rav/read_marker
commit
4f417f7a82
|
@ -193,6 +193,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
if (wantTile) {
|
if (wantTile) {
|
||||||
ret.push(this._getTilesForEvent(prevEvent, mxEv, last));
|
ret.push(this._getTilesForEvent(prevEvent, mxEv, last));
|
||||||
|
prevEvent = mxEv;
|
||||||
} else if (!mxEv.status) {
|
} else if (!mxEv.status) {
|
||||||
// if we aren't showing the event, put in a dummy scroll token anyway, so
|
// if we aren't showing the event, put in a dummy scroll token anyway, so
|
||||||
// that we can scroll to the right place.
|
// that we can scroll to the right place.
|
||||||
|
|
Loading…
Reference in New Issue