diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-11-26 19:27:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 19:27:44 -0800 |
commit | 6d290591daee25f137d5d614fe3135c4fcbc1eed (patch) | |
tree | ea77d71540293a23371ceedfdedc7cbcfcad4010 /src/lib/constants.ts | |
parent | 1edebc5dc7069447fab0d7ca4d7891e54d95d26a (diff) | |
download | voidsky-6d290591daee25f137d5d614fe3135c4fcbc1eed.tar.zst |
Release 1.95 take2 (#6771)
* 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 ee066d919..a44a9e518 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 = 3500000 // estimate as of 11/16/24 +export const JOINED_THIS_WEEK = 2880000 // estimate as of 11/26/24 export const DISCOVER_DEBUG_DIDS: Record<string, true> = { 'did:plc:oisofpd7lj26yvgiivf3lxsi': true, // hailey.at |