Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(posts): change post reply 'reply' to 'open-reply'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Nov 7, 2023
1 parent 4f190f3 commit 39e3647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function recordEngagement(engagementAction: String) {
}
function reply() {
recordEngagement('reply')
recordEngagement('open-reply')
if (!checkLogin())
return
Expand Down

0 comments on commit 39e3647

Please sign in to comment.