mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05:00
[Glitch] Fix hasMore in notifications
This commit is contained in:
parent
1e656c3632
commit
c20c6c2029
@ -96,7 +96,7 @@ const expandNormalizedNotifications = (state, notifications, next) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!next) {
|
if (!next) {
|
||||||
mutable.set('hasMore', true);
|
mutable.set('hasMore', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
mutable.set('isLoading', false);
|
mutable.set('isLoading', false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user