Skip to content

Commit

Permalink
Revert "🪵📌 (bluesky-social#5594)"
Browse files Browse the repository at this point in the history
This reverts commit 3ab5190.
  • Loading branch information
tkusano committed Oct 4, 2024
1 parent a36b781 commit aff2332
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/lib/statsig/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export type LogEvents = {
}
'post:mute': {}
'post:unmute': {}
'post:pin': {}
'post:unpin': {}
'profile:follow:sampled': {
didBecomeMutual: boolean | undefined
followeeClout: number | undefined
Expand Down
2 changes: 0 additions & 2 deletions src/view/com/util/forms/PostDropdownBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {getCurrentRoute} from '#/lib/routes/helpers'
import {makeProfileLink} from '#/lib/routes/links'
import {CommonNavigatorParams, NavigationProp} from '#/lib/routes/types'
import {shareUrl} from '#/lib/sharing'
import {logEvent} from '#/lib/statsig/statsig'
import {richTextToString} from '#/lib/strings/rich-text-helpers'
import {toShareUrl} from '#/lib/strings/url-helpers'
import {useTheme} from '#/lib/ThemeContext'
Expand Down Expand Up @@ -351,7 +350,6 @@ let PostDropdownBtn = ({
])

const onPressPin = useCallback(() => {
logEvent(isPinned ? 'post:unpin' : 'post:pin', {})
pinPostMutate({
postUri,
postCid,
Expand Down

0 comments on commit aff2332

Please sign in to comment.