about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-07-23 16:57:51 -0700
committerGitHub <noreply@github.com>2024-07-23 16:57:51 -0700
commit4af6bcb11ad78f993318f4b5f7b5029af4951866 (patch)
tree749b913d5d7c8a904ad778252c8c4f8886acb214 /src/lib
parent67ce18a113c8598521b60cede4e0e2fc05dd5da7 (diff)
downloadvoidsky-4af6bcb11ad78f993318f4b5f7b5029af4951866.tar.zst
Hack-modify avi path to use smaller thumbs behind gate (#4816)
* Hack-modify avi path to use smaller thumbs behind gate

* Only use small thumbs on smaller rendering
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 78e440d04..58a60232b 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -14,3 +14,4 @@ export type Gate =
   | 'suggested_follows_interstitial'
   | 'ungroup_follow_backs'
   | 'videos'
+  | 'small_avi_thumb'