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 %}