this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Check missing status with hero status too

+2 -1
+2 -1
src/pages/status.jsx
··· 271 271 272 272 if ( 273 273 status.inReplyToId && 274 - !descendants.find((s) => s.id === status.inReplyToId) 274 + !descendants.find((s) => s.id === status.inReplyToId) && 275 + status.inReplyToId !== heroStatus.id 275 276 ) { 276 277 missingStatuses.add(status.inReplyToId); 277 278 }