Add ability to list quotes of one's own posts (#35914)
This commit is contained in:
parent
9c55b2fbe4
commit
02de05dc27
8 changed files with 185 additions and 5 deletions
|
|
@ -86,6 +86,10 @@ export function Favourites () {
|
|||
return import('../../favourites');
|
||||
}
|
||||
|
||||
export function Quotes () {
|
||||
return import('../../quotes');
|
||||
}
|
||||
|
||||
export function FollowRequests () {
|
||||
return import('../../follow_requests');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue