diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-02 23:32:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 23:32:16 -0500 |
commit | 883700e09029bd0d9221edb9910d065da5786fe0 (patch) | |
tree | cdf6c849c8b378dffcfc305834a4b31ecbefb7ae /src/lib/routes/types.ts | |
parent | 2eb0d8c095b70b7ec39b7a1acbd126457dea9322 (diff) | |
download | voidsky-883700e09029bd0d9221edb9910d065da5786fe0.tar.zst |
[APP-601] Add muted accounts list (#565)
* Add muted accounts list * Fix icon for muted accounts
Diffstat (limited to 'src/lib/routes/types.ts')
-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 3aff82117..34e6e6a46 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 + MutedAccounts: undefined BlockedAccounts: undefined } |