diff --git a/common.py b/common.py index ff68fe5..0d35d8b 100644 --- a/common.py +++ b/common.py @@ -255,7 +255,7 @@ def send_webmentions(activity_wrapped, proxy=None, **activity_props): verb = activity.get('verb') if verb and verb not in SUPPORTED_VERBS: - error(f'{verb} activities are not supported yet.') + error(f'{verb} activities are not supported yet.', status=501) # extract source and targets source = activity.get('url') or activity.get('id')