summaryrefslogtreecommitdiffstats
path: root/server/src/db/community.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/db/community.rs')
-rw-r--r--server/src/db/community.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/src/db/community.rs b/server/src/db/community.rs
index aa28c9c7..dd6ea94b 100644
--- a/server/src/db/community.rs
+++ b/server/src/db/community.rs
@@ -231,7 +231,8 @@ mod tests {
email: None,
admin: false,
banned: false,
- updated: None
+ updated: None,
+ show_nsfw: false,
};
let inserted_user = User_::create(&conn, &new_user).unwrap();