X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fsource%2Fcommunity.rs;h=25766b4084743f6e12645f6fcb373ff8ce39db9c;hb=3c111b3062e69b19e68a9b537c23a7e61ae34e94;hp=9700e07a610a3bcc6c4c694592f8ffb31519e930;hpb=d4ee171b085d8c7168b3c21b23177377360ff92f;p=lemmy.git diff --git a/crates/db_schema/src/source/community.rs b/crates/db_schema/src/source/community.rs index 9700e07a..25766b40 100644 --- a/crates/db_schema/src/source/community.rs +++ b/crates/db_schema/src/source/community.rs @@ -137,5 +137,5 @@ pub struct CommunityFollower { pub struct CommunityFollowerForm { pub community_id: CommunityId, pub person_id: PersonId, - pub pending: Option, + pub pending: bool, }