This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Do not crash in getStatusIds when there is a gap in the timeline
Port
b1938d7853
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
5cc4d34250
commit
fbc25bdd2d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/javascript/flavours/glitch/features/ui/containers/status_list_container.js
+ 2
- 0
app/javascript/flavours/glitch/features/ui/containers/status_list_container.js
View File
@ -21,6 +21,8 @@ const makeGetStatusIds = () => createSelector([
}
return
statusIds
.
filter
(
id
=>
{
if
(
id
===
null
)
return
true
;
const
statusForId
=
statuses
.
get
(
id
)
;
let
showStatus
=
true
;
Write
Preview
Loading…
Cancel
Save