X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapub%2Fsrc%2Factivities%2Ffollowing%2Fundo_follow.rs;h=f70acdf2725912ebd57cbf041bd3b20ee13accb6;hb=3c111b3062e69b19e68a9b537c23a7e61ae34e94;hp=f579d2323fdfd06d7288110774c0ca4c62e95a57;hpb=d4ee171b085d8c7168b3c21b23177377360ff92f;p=lemmy.git diff --git a/crates/apub/src/activities/following/undo_follow.rs b/crates/apub/src/activities/following/undo_follow.rs index f579d232..f70acdf2 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: Some(false), + pending: false, }; // This will fail if they aren't a follower, but ignore the error.