From bd3361ebc61cd70ce4ca85545abd4278c0c6686b Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:10:35 +1300 Subject: [PATCH] only show 'retrieve post from original server' on community page, not posts --- app/templates/_side_pane.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/_side_pane.html b/app/templates/_side_pane.html index f36a19f2..73453a0f 100644 --- a/app/templates/_side_pane.html +++ b/app/templates/_side_pane.html @@ -45,7 +45,7 @@
{{ _('Moderators have not been active recently.') }}
{% endif -%} {% endif -%} - {% if not community.is_local() -%} + {% if rss_feed and not community.is_local() -%}