X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi%2Fsrc%2Fcommunity%2Ffollow.rs;h=a61383b219316bafccc19b1b2ddfe9702c54d96f;hb=3c111b3062e69b19e68a9b537c23a7e61ae34e94;hp=15a56b17b0ba50832beaefbea9bf8e0dd6340fa1;hpb=d4ee171b085d8c7168b3c21b23177377360ff92f;p=lemmy.git diff --git a/crates/api/src/community/follow.rs b/crates/api/src/community/follow.rs index 15a56b17..a61383b2 100644 --- a/crates/api/src/community/follow.rs +++ b/crates/api/src/community/follow.rs @@ -47,7 +47,7 @@ impl Perform for FollowCommunity { let community_follower_form = CommunityFollowerForm { community_id: data.community_id, person_id: local_user_view.person.id, - pending: Some(false), // Don't worry, this form isn't used for remote follows + pending: false, // Don't worry, this form isn't used for remote follows }; if community.local {