-
- You're not logged in. Interactions (reply, boost, etc) are not
- possible.
-
-
- Log in
-
-
- ) : (
- !sameInstance && (
-
-
- This post is from another instance ({instance}).
- Interactions (reply, boost, etc) are not possible.
-
-
+ {ancestor && isThread && repliesCount > 1 && (
+
+ {' '}
+
+ {shortenNumber(repliesCount)}
+
- )
- )}
- >
- ) : (
- //
- {
- resetScrollPosition(statusID);
- }}
- >
-
- {ancestor && isThread && repliesCount > 1 && (
-
- {' '}
- {shortenNumber(repliesCount)}
-
- )}{' '}
- {/* {replies?.length > LIMIT && (
+ )}{' '}
+ {/* {replies?.length > LIMIT && (
{' '}
@@ -797,48 +800,60 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
)} */}
- {/* */}
-
- )}
- {descendant && replies?.length > 0 && (
-
- )}
- {uiState === 'loading' &&
- isHero &&
- !!heroStatus?.repliesCount &&
- !hasDescendants && (
-
-
-
+ {/* */}
+
)}
- {uiState === 'error' &&
- isHero &&
- !!heroStatus?.repliesCount &&
- !hasDescendants && (
-
- Unable to load replies.
-
-
-
+ {descendant && replies?.length > 0 && (
+
)}
-
- );
- };
+ {uiState === 'loading' &&
+ isHero &&
+ !!heroStatus?.repliesCount &&
+ !hasDescendants && (
+
+
+
+ )}
+ {uiState === 'error' &&
+ isHero &&
+ !!heroStatus?.repliesCount &&
+ !hasDescendants && (
+
+ Unable to load replies.
+
+
+
+ )}
+
+ );
+ },
+ [
+ id,
+ instance,
+ uiState,
+ authenticated,
+ sameInstance,
+ translate,
+ handleMediaClick,
+ handleStatusLinkClick,
+ hasDescendants,
+ ],
+ );
return (