this repo has no description
0
fork

Configure Feed

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

Why some posts have inReplyToAccountId but doesn't have inReplyToId?

Not sure if this will cause other bugs

+4 -2
+4 -2
src/components/status.jsx
··· 837 837 ref={statusRef} 838 838 tabindex="-1" 839 839 class={`status ${ 840 - !withinContext && inReplyToAccount ? 'status-reply-to' : '' 840 + !withinContext && inReplyToId && inReplyToAccount 841 + ? 'status-reply-to' 842 + : '' 841 843 } visibility-${visibility} ${_pinned ? 'status-pinned' : ''} ${ 842 844 { 843 845 s: 'small', ··· 1003 1005 )} 1004 1006 {!withinContext && ( 1005 1007 <> 1006 - {inReplyToAccountId === status.account?.id || 1008 + {(!!inReplyToId && inReplyToAccountId === status.account?.id) || 1007 1009 !!snapStates.statusThreadNumber[sKey] ? ( 1008 1010 <div class="status-thread-badge"> 1009 1011 <Icon icon="thread" size="s" />