lemmy-js-client 0.18.3-rc.1 → 0.18.3-rc.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ import type { ListingType } from "./ListingType";
|
|
3
3
|
import type { SortType } from "./SortType";
|
4
4
|
export interface SaveUserSettings {
|
5
5
|
show_nsfw?: boolean;
|
6
|
+
blur_nsfw?: boolean;
|
7
|
+
auto_expand?: boolean;
|
6
8
|
show_scores?: boolean;
|
7
9
|
theme?: string;
|
8
10
|
default_sort_type?: SortType;
|