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-17 22:12:14 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 22:12:14 -0500
commita2c89b47a135d83057b34d0b0b7a1fa7551e0ad2 (patch)
tree672266ccf713b38ec050aa42d50ff497c5245a04 /src/lib/routes/types.ts
parent998879d6d60b59e65250af395fd6ce389c89189b (diff)
downloadvoidsky-a2c89b47a135d83057b34d0b0b7a1fa7551e0ad2.tar.zst
Add custom feed liked by screen
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r--src/lib/routes/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 5c5185602..b714c10c0 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -13,11 +13,12 @@ export type CommonNavigatorParams = {
   Profile: {name: string; hideBackButton?: boolean}
   ProfileFollowers: {name: string}
   ProfileFollows: {name: string}
-  ProfileCustomFeed: {name: string; rkey: string}
   ProfileList: {name: string; rkey: string}
   PostThread: {name: string; rkey: string}
   PostLikedBy: {name: string; rkey: string}
   PostRepostedBy: {name: string; rkey: string}
+  CustomFeed: {name: string; rkey: string}
+  CustomFeedLikedBy: {name: string; rkey: string}
   Debug: undefined
   Log: undefined
   Support: undefined