From f4e2dfa691424f505196be4a1bb67f37dfeb1fd5 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:21:54 +1300 Subject: [PATCH] edit post with hashtags --- app/community/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/community/util.py b/app/community/util.py index fd7eb1de..01944100 100644 --- a/app/community/util.py +++ b/app/community/util.py @@ -16,7 +16,7 @@ from app.activitypub.util import find_actor_or_create, actor_json_to_model, post from app.constants import POST_TYPE_ARTICLE, POST_TYPE_LINK, POST_TYPE_IMAGE, POST_TYPE_VIDEO, NOTIF_POST, \ POST_TYPE_POLL from app.models import Community, File, BannedInstances, PostReply, Post, utcnow, CommunityMember, Site, \ - Instance, Notification, User, ActivityPubLog, NotificationSubscription, PollChoice, Poll + Instance, Notification, User, ActivityPubLog, NotificationSubscription, PollChoice, Poll, Tag from app.utils import get_request, gibberish, markdown_to_html, domain_from_url, \ is_image_url, ensure_directory_exists, shorten_string, \ remove_tracking_from_link, ap_datetime, instance_banned, blocked_phrases, url_to_thumbnail_file, opengraph_parse, \