diff --git a/components/status/StatusActions.vue b/components/status/StatusActions.vue index 33562c1a8e..babeb7a783 100644 --- a/components/status/StatusActions.vue +++ b/components/status/StatusActions.vue @@ -32,7 +32,7 @@ function recordEngagement(engagementAction: String) { } function reply() { - recordEngagement('reply') + recordEngagement('open-reply') if (!checkLogin()) return