about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-10-03 17:28:13 +0300
committerGitHub <noreply@github.com>2024-10-03 17:28:13 +0300
commit523a9a48c21ac1aade3d703703f0e59ffeac482e (patch)
treeea5b0b9fa86ffa79ff803fe6136e575eb1a391dd /src/lib
parent2aa365b5b6fed920d17d307252a7af7c52b95855 (diff)
downloadvoidsky-523a9a48c21ac1aade3d703703f0e59ffeac482e.tar.zst
🪵📌 (#5594)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/events.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
index c9bc8fefb..9a306ee4f 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -145,6 +145,8 @@ export type LogEvents = {
   }
   'post:mute': {}
   'post:unmute': {}
+  'post:pin': {}
+  'post:unpin': {}
   'profile:follow:sampled': {
     didBecomeMutual: boolean | undefined
     followeeClout: number | undefined