diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-11-16 15:12:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 15:12:06 -0800 |
commit | 3c30bb1d358c6544170b8d334c5ee0530020a566 (patch) | |
tree | 858b876ed62164fbaa9620c8a30a40c07b11e9bf /src/lib/constants.ts | |
parent | 965bcc44dc6b5c5fa9d013b32da3cc9f8fdce93a (diff) | |
download | voidsky-3c30bb1d358c6544170b8d334c5ee0530020a566.tar.zst |
Release 1.94 (#6430)
* Fix errors in hindi .po * Run intl extract * Update join count
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index cbdb7cb87..cd9183c95 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -21,7 +21,7 @@ export const STARTER_PACK_MAX_SIZE = 150 // code and update this number with each release until we can get the // server route done. // -prf -export const JOINED_THIS_WEEK = 650000 // estimate as of 10/28/24 +export const JOINED_THIS_WEEK = 3500000 // estimate as of 11/16/24 export const DISCOVER_DEBUG_DIDS: Record<string, true> = { 'did:plc:oisofpd7lj26yvgiivf3lxsi': true, // hailey.at |