1
0

add: mark instance as NSFW

Closes transfem-org/Sharkey#197
This commit is contained in:
Mar0xy
2023-12-05 22:19:53 +01:00
parent 6f9ba940b9
commit 93869a5f34
11 changed files with 85 additions and 16 deletions
+1
View File
@@ -609,6 +609,7 @@ export type Instance = {
faviconUrl: string | null;
themeColor: string | null;
infoUpdatedAt: DateString | null;
isNSFW: boolean;
};
export type Signin = {