Interpret 'hide' setting as ALWAYS hiding from thread replies (#4263)

This commit is contained in:
Paul Frazee 2024-05-29 21:34:47 -07:00 committed by GitHub
parent 5fe1e171f0
commit e48f8e15eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -430,7 +430,8 @@ let PostThreadItemLoaded = ({
? {marginRight: 4}
: {marginLeft: 2, marginRight: 2}
}
profile={post.author}>
profile={post.author}
interpretFilterAsBlur>
<View
style={{
flexDirection: 'row',