diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-12 14:40:58 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-12 14:40:58 -0700 |
commit | 370d52bd1f4ba3b5effb7a48cd1c8b14aea88781 (patch) | |
tree | 7dfe2538000b96e562a079f10f5894a883195cf3 /src/lib | |
parent | 678f75b4951d891bbc2651220fe99a2f040af88f (diff) | |
download | voidsky-370d52bd1f4ba3b5effb7a48cd1c8b14aea88781.tar.zst |
add custom algorithm screen to settings under moderation
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 34e6e6a46..b91495640 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -20,6 +20,7 @@ export type CommonNavigatorParams = { CommunityGuidelines: undefined CopyrightPolicy: undefined AppPasswords: undefined + CustomAlgorithms: undefined MutedAccounts: undefined BlockedAccounts: undefined } |