From 39e36477ccd410b82d60514120e2da2fa86cb166 Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Tue, 7 Nov 2023 10:22:56 -0800 Subject: [PATCH] fix(posts): change post reply 'reply' to 'open-reply' --- components/status/StatusActions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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