this repo has no description
0
fork

Configure Feed

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

Filter out conversations with deleted statuses

+1
+1
src/pages/mentions.jsx
··· 53 53 } 54 54 const results = await conversationsIterator.current.next(); 55 55 let { value } = results; 56 + value = value?.filter((item) => item.lastStatus); 56 57 if (value?.length) { 57 58 if (firstLoad) { 58 59 latestConversationItem.current = value[0].lastStatus.id;