Add custom feed liked by screen
This commit is contained in:
parent
998879d6d6
commit
a2c89b47a1
6 changed files with 51 additions and 73 deletions
|
@ -17,6 +17,7 @@ export const router = new Router({
|
|||
PostLikedBy: '/profile/:name/post/:rkey/liked-by',
|
||||
PostRepostedBy: '/profile/:name/post/:rkey/reposted-by',
|
||||
CustomFeed: '/profile/:name/feed/:rkey',
|
||||
CustomFeedLikedBy: '/profile/:name/feed/:rkey/liked-by',
|
||||
Debug: '/sys/debug',
|
||||
Log: '/sys/log',
|
||||
AppPasswords: '/settings/app-passwords',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue