From e5eeb642b9c32952adaffb57b62710652a2b49f9 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 14 Feb 2025 09:37:07 -0500 Subject: [PATCH] DEV: include expandPinned in topic-list-main-link-bottom outlet (#31334) Requested on Meta, seems reasonable: https://meta.discourse.org/t/modify-topicexcerpt-template/352136 --- .../javascripts/discourse/app/components/topic-list/item.gjs | 5 ++++- .../discourse/app/components/topic-list/item/topic-cell.gjs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs index 7327c235ec4..ea7b460521d 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs @@ -335,7 +335,10 @@ export default class Item extends Component { {{~/if~}} {{~! no whitespace ~}} diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs index c1c66ae91b3..0c801ab318f 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs @@ -136,7 +136,7 @@ export default class TopicCell extends Component {