···259259 hideRepliesByUnfollowed: boolean;
260260 /** Hide replies in the feed if they do not have this number of likes. */
261261 hideRepliesByLikeCount?: number;
262262- /** Hide replies in the feed if they do not have this number of looks. */
263263- hideRepliesByLookCount?: number;
264262 /** Hide reposts in the feed. */
265263 hideReposts?: boolean;
266264 /** Hide quote posts in the feed. */
···284282 | "oldest"
285283 | "newest"
286284 | "most-likes"
287287- | "most-looks"
288285 | "random"
289286 | "hotness"
290287 | (string & globalThis.Record<PropertyKey, never>);
+1-12
lexicons/so/sprk/actor/defs.json
···257257 "type": "integer",
258258 "description": "Hide replies in the feed if they do not have this number of likes."
259259 },
260260- "hideRepliesByLookCount": {
261261- "type": "integer",
262262- "description": "Hide replies in the feed if they do not have this number of looks."
263263- },
264260 "hideReposts": {
265261 "type": "boolean",
266262 "description": "Hide reposts in the feed."
···277273 "sort": {
278274 "type": "string",
279275 "description": "Sorting mode for threads.",
280280- "knownValues": [
281281- "oldest",
282282- "newest",
283283- "most-likes",
284284- "most-looks",
285285- "random",
286286- "hotness"
287287- ]
276276+ "knownValues": ["oldest", "newest", "most-likes", "random", "hotness"]
288277 }
289278 }
290279 },