From af3b104575f35e6b6e3d8d79299d5f19443cfe95 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 2 Apr 2024 09:36:46 +0100 Subject: [PATCH 1/2] FIX: Restore author on non-first-post crawler views Followup to 3329484e2d64951956981bde9bff662d6ad8b412 --- app/views/topics/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index ed817508c966c1..54d030d11068ed 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -51,7 +51,7 @@ <% end %> - <% if @topic_view.posts&.first && !@topic_view.posts.first.is_first_post? %> + <% if @topic_view.crawler_posts&.first && !@topic_view.crawler_posts.first.is_first_post? %>