Add ability to list quotes of one's own posts (#35914)

This commit is contained in:
Claire 2025-08-27 17:38:52 +02:00 committed by GitHub
commit 02de05dc27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 185 additions and 5 deletions

View file

@ -86,6 +86,10 @@ export function Favourites () {
return import('../../favourites');
}
export function Quotes () {
return import('../../quotes');
}
export function FollowRequests () {
return import('../../follow_requests');
}