X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi%2Fsrc%2Fcommunity%2Ffollow.rs;h=15a56b17b0ba50832beaefbea9bf8e0dd6340fa1;hb=d4ee171b085d8c7168b3c21b23177377360ff92f;hp=a61383b219316bafccc19b1b2ddfe9702c54d96f;hpb=763dc9668c0f483bf84393d5d456d832e511b466;p=lemmy.git diff --git a/crates/api/src/community/follow.rs b/crates/api/src/community/follow.rs index a61383b2..15a56b17 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: false, // Don't worry, this form isn't used for remote follows + pending: Some(false), // Don't worry, this form isn't used for remote follows }; if community.local {