Skip to content

Commit

Permalink
Fix follow unsubscribe via email on foirequest
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Nov 15, 2023
1 parent 68b5c74 commit 4287ef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions froide/follow/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def handle_unsubscribe(sender, email, reference, **kwargs):
follow_model, follow_id = follow_part.split("-", 1)
except ValueError:
follow_model = "foirequestfollower.foirequestfollower"
follow_id = follow_part
try:
configuration = follow_registry.get_by_model_name(follow_model)
except LookupError:
Expand Down

0 comments on commit 4287ef3

Please sign in to comment.