From 5632f9b78f5ca546f62a8fdf482d09681e7e9063 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:15:29 +1300 Subject: [PATCH] minor merge fixups #124 --- app/activitypub/routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/activitypub/routes.py b/app/activitypub/routes.py index bdacfcff..45c5438e 100644 --- a/app/activitypub/routes.py +++ b/app/activitypub/routes.py @@ -19,8 +19,8 @@ from app.activitypub.util import public_key, users_total, active_half_year, acti upvote_post, activity_already_ingested, delete_post_or_comment, community_members, \ user_removed_from_remote_server, create_post, create_post_reply, update_post_reply_from_activity, \ update_post_from_activity, undo_vote, undo_downvote, post_to_page -from app.utils import gibberish, get_setting, is_image_url, allowlist_html, html_to_markdown, render_template, \ - domain_from_url, markdown_to_html, community_membership, ap_datetime, markdown_to_text, ip_address, can_downvote, \ +from app.utils import gibberish, get_setting, is_image_url, allowlist_html, render_template, \ + domain_from_url, markdown_to_html, community_membership, ap_datetime, ip_address, can_downvote, \ can_upvote, can_create_post, awaken_dormant_instance, shorten_string, can_create_post_reply, sha256_digest, \ community_moderators import werkzeug.exceptions