mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fixes a crash occurring when the “gap” disconnection indicator is to be displayed in a filtered timeline.
This commit is contained in:
parent
993e68a7dd
commit
b1938d7853
@ -21,6 +21,8 @@ const makeGetStatusIds = () => createSelector([
|
|||||||
}
|
}
|
||||||
|
|
||||||
return statusIds.filter(id => {
|
return statusIds.filter(id => {
|
||||||
|
if (id === null) return true;
|
||||||
|
|
||||||
const statusForId = statuses.get(id);
|
const statusForId = statuses.get(id);
|
||||||
let showStatus = true;
|
let showStatus = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user