X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fsource%2Fcommunity.rs;h=2630737a2df9dc19073bc9424e90b7958a3ac422;hb=d20d2b9218235b46c6076554184052269c510ba3;hp=446d92a0e93b780ad6df029f7fec52230c89f019;hpb=4ddca46228cdbdfccfdc59b3295519a6da2d74fa;p=lemmy.git diff --git a/crates/db_schema/src/source/community.rs b/crates/db_schema/src/source/community.rs index 446d92a0..2630737a 100644 --- a/crates/db_schema/src/source/community.rs +++ b/crates/db_schema/src/source/community.rs @@ -170,7 +170,7 @@ pub struct CommunityFollower { pub community_id: CommunityId, pub person_id: PersonId, pub published: chrono::NaiveDateTime, - pub pending: Option, + pub pending: bool, } #[derive(Clone)]