X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapub%2Fsrc%2Factivities%2Ffollowing%2Fundo_follow.rs;h=f579d2323fdfd06d7288110774c0ca4c62e95a57;hb=d4ee171b085d8c7168b3c21b23177377360ff92f;hp=f70acdf2725912ebd57cbf041bd3b20ee13accb6;hpb=763dc9668c0f483bf84393d5d456d832e511b466;p=lemmy.git diff --git a/crates/apub/src/activities/following/undo_follow.rs b/crates/apub/src/activities/following/undo_follow.rs index f70acdf2..f579d232 100644 --- a/crates/apub/src/activities/following/undo_follow.rs +++ b/crates/apub/src/activities/following/undo_follow.rs @@ -77,7 +77,7 @@ impl ActivityHandler for UndoFollowCommunity { let community_follower_form = CommunityFollowerForm { community_id: community.id, person_id: person.id, - pending: false, + pending: Some(false), }; // This will fail if they aren't a follower, but ignore the error.