From 84fdbb7ea9060e01d082a7a2da553fe8948649e2 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 15 Sep 2019 22:34:17 +0200 Subject: [PATCH] Tweak UI --- templates/stream.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stream.html b/templates/stream.html index fda3d34..2af1fd7 100644 --- a/templates/stream.html +++ b/templates/stream.html @@ -126,7 +126,7 @@ {% for item in inbox_data %} {% if 'actor' in item.meta %} {% if item | has_type('Create') %} - {% if request.path.startswith("/admin") and not item.meta.reply_acked and item.meta.object_visibility | visibility_is_public %} + {% if request.path.startswith("/admin/notifications") and not item.meta.reply_acked and item.meta.object_visibility | visibility_is_public %}