This commit is contained in:
parent
c77fd588e9
commit
e2f0770b88
3 changed files with 7 additions and 33 deletions
|
@ -122,7 +122,7 @@ export const FeedItem = observer(function ({
|
|||
}
|
||||
|
||||
if (item.isReply || item.isMention || item.isQuote) {
|
||||
if (item.additionalPost?.error) {
|
||||
if (!item.additionalPost || item.additionalPost?.error) {
|
||||
// hide errors - it doesnt help the user to show them
|
||||
return <View />
|
||||
}
|
||||
|
@ -134,8 +134,7 @@ export const FeedItem = observer(function ({
|
|||
noFeedback
|
||||
accessible={false}>
|
||||
<Post
|
||||
uri={item.uri}
|
||||
initView={item.additionalPost}
|
||||
view={item.additionalPost}
|
||||
style={
|
||||
item.isRead
|
||||
? undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue