mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-17 08:03:53 -05:00
[Glitch] Fix LoadMore on account media gallery
Port 3523aa440ba3f52bf28fe1e9707506d327c4431f to glitch-soc
This commit is contained in:
parent
5d16fd3f28
commit
6020a21130
@ -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…
x
Reference in New Issue
Block a user