Skip to content

Commit 0e6207b

Browse files
authored
DEV: Backport arg outlet from main (#35766)
- Adds an extra argument to this outlet
1 parent a37fd4a commit 0e6207b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/assets/javascripts/discourse/app/components/user-card-contents.gjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,11 @@ export default class UserCardContents extends CardContentsBase {
534534
<PluginOutlet
535535
@name="user-card-additional-controls"
536536
@connectorTagName="div"
537-
@outletArgs={{lazyHash user=this.user close=this.close}}
537+
@outletArgs={{lazyHash
538+
user=this.user
539+
close=this.close
540+
post=this.post
541+
}}
538542
/>
539543
</div>
540544

0 commit comments

Comments
 (0)