···289289 hideRepliesByUnfollowed: boolean
290290 /** Hide replies in the feed if they do not have this number of likes. */
291291 hideRepliesByLikeCount?: number
292292+ /** Hide replies in the feed if they do not have this number of looks. */
293293+ hideRepliesByLookCount?: number
292294 /** Hide reposts in the feed. */
293295 hideReposts?: boolean
294296 /** Hide quote posts in the feed. */
···312314 | 'oldest'
313315 | 'newest'
314316 | 'most-likes'
317317+ | 'most-looks'
315318 | 'random'
316319 | 'hotness'
317320 | (string & {})
···88import type * as SoSprkRichtextFacet from '../richtext/facet.js'
99import type * as SoSprkEmbedImages from '../embed/images.js'
1010import type * as SoSprkEmbedVideo from '../embed/video.js'
1111-import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs.js'
1211import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'
1212+import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs.js'
13131414const is$typed = _is$typed,
1515 validate = _validate
···2626 | $Typed<SoSprkEmbedImages.Main>
2727 | $Typed<SoSprkEmbedVideo.Main>
2828 | { $type: string }
2929+ sound?: ComAtprotoRepoStrongRef.Main
2930 /** Indicates human language of post primary text content. */
3031 langs?: string[]
3132 labels?: $Typed<ComAtprotoLabelDefs.SelfLabels> | { $type: string }