From 39d27b04d04ffe27462cb5524a7dc1aefbd4d8f4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 29 Jun 2023 16:56:27 -0400 Subject: [PATCH] Add show_nsfw community sort. --- src/types/ListCommunities.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/ListCommunities.ts b/src/types/ListCommunities.ts index ee52be4..1cbf9ff 100644 --- a/src/types/ListCommunities.ts +++ b/src/types/ListCommunities.ts @@ -5,6 +5,7 @@ import type { SortType } from "./SortType"; export interface ListCommunities { type_?: ListingType; sort?: SortType; + show_nsfw?: boolean; page?: number; limit?: number; auth?: string;