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

Commit

Permalink
fix(publish): undo open-reply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Nov 2, 2023
1 parent d9e5541 commit 4c07812
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions telemetry/engagementPostEvents.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const postEvents = {
// Standalone post
'post.open-reply': {
'post.reply': {
engagement_type: 'reply',
},
'post.reblog': {
Expand All @@ -16,7 +16,7 @@ export const postEvents = {
engagement_type: 'general',
},
// Home feed
'home.feed.post.open-reply': {
'home.feed.post.reply': {
engagement_type: 'reply',
},
'home.feed.post.reblog': {
Expand All @@ -32,7 +32,7 @@ export const postEvents = {
engagement_type: 'general',
},
// Favorites feed
'favorites.feed.post.open-reply': {
'favorites.feed.post.reply': {
engagement_type: 'reply',
},
'favorites.feed.post.reblog': {
Expand All @@ -48,7 +48,7 @@ export const postEvents = {
engagement_type: 'general',
},
// Bookmarks feed
'bookmarks.feed.post.open-reply': {
'bookmarks.feed.post.reply': {
engagement_type: 'reply',
},
'bookmarks.feed.post.reblog': {
Expand All @@ -64,7 +64,7 @@ export const postEvents = {
engagement_type: 'general',
},
// Local feed
'local.feed.post.open-reply': {
'local.feed.post.reply': {
engagement_type: 'reply',
},
'local.feed.post.reblog': {
Expand All @@ -80,7 +80,7 @@ export const postEvents = {
engagement_type: 'general',
},
// Federated feed
'federated.feed.post.open-reply': {
'federated.feed.post.reply': {
engagement_type: 'reply',
},
'federated.feed.post.reblog': {
Expand Down

0 comments on commit 4c07812

Please sign in to comment.