about summary refs log tree commit diff
path: root/src/lib/routes/types.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-02 23:32:16 -0500
committerGitHub <noreply@github.com>2023-05-02 23:32:16 -0500
commit883700e09029bd0d9221edb9910d065da5786fe0 (patch)
treecdf6c849c8b378dffcfc305834a4b31ecbefb7ae /src/lib/routes/types.ts
parent2eb0d8c095b70b7ec39b7a1acbd126457dea9322 (diff)
downloadvoidsky-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.ts1
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
 }