From c74e40e5f95456d675360823c2892bc4f464718f Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sat, 13 May 2023 16:36:28 +0200 Subject: [PATCH] comment out view_nsfw_guilds to fix tests --- src/api/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/types.rs b/src/api/types.rs index 1952e93..0be2c31 100644 --- a/src/api/types.rs +++ b/src/api/types.rs @@ -50,7 +50,7 @@ pub struct UserSettings { stream_notifications_enabled: bool, theme: String, timezone_offset: i32, - view_nsfw_guilds: bool, + //view_nsfw_guilds: bool, } #[derive(Debug, Serialize, Deserialize)]