From ab786760a16c07031fa9b7e8987ebe755a57912c Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 12 Nov 2025 10:32:46 +0700 Subject: further fixes to engagement flow --- gui/src/components/post/Header.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/src/components/post/Header.tsx') diff --git a/gui/src/components/post/Header.tsx b/gui/src/components/post/Header.tsx index 4e72fe8..0dfd5e4 100644 --- a/gui/src/components/post/Header.tsx +++ b/gui/src/components/post/Header.tsx @@ -10,6 +10,7 @@ function Header(props: PostProps) { // console.log(props.poast.author.length, "length"); function go(e: React.MouseEvent) { e.stopPropagation(); + navigate(`/feed/${poast.host}`); } function openThread(e: React.MouseEvent) { e.stopPropagation(); -- cgit v1.2.3