comment out view_nsfw_guilds to fix tests

This commit is contained in:
bitfl0wer 2023-05-13 16:36:28 +02:00
parent e9bb1f8185
commit c74e40e5f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)]