diff --git a/assets/javascripts/discourse/components/activity-pub-post-actions.gjs b/assets/javascripts/discourse/components/activity-pub-post-actions.gjs index 8a07ce16..a35ea1ee 100644 --- a/assets/javascripts/discourse/components/activity-pub-post-actions.gjs +++ b/assets/javascripts/discourse/components/activity-pub-post-actions.gjs @@ -3,6 +3,7 @@ import { tracked } from "@glimmer/tracking"; import { action } from "@ember/object"; import { service } from "@ember/service"; import { htmlSafe } from "@ember/template"; +import { eq } from "truth-helpers"; import DButton from "discourse/components/d-button"; import { ajax } from "discourse/lib/ajax"; import { popupAjaxError } from "discourse/lib/ajax-error"; @@ -298,7 +299,11 @@ export default class ActivityPubPostActions extends Component {