[Glitch] Fix LoadMore on account media gallery

Port 3523aa440b to glitch-soc
master
Thibaut Girka 6 years ago committed by ThibG
parent 5d16fd3f28
commit 6020a21130
  1. 2
      app/javascript/flavours/glitch/features/account_gallery/index.js

@ -67,7 +67,7 @@ export default class AccountGallery extends ImmutablePureComponent {
handleScrollToBottom = () => {
if (this.props.hasMore) {
this.handleLoadMore(this.props.medias.last().get('id'));
this.handleLoadMore(this.props.medias.last().getIn(['status', 'id']));
}
}

Loading…
Cancel
Save