[Glitch] Add timeline of public posts about a trending link in web UI

Port 20fa9ce484 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-07-01 16:45:48 +02:00
committed by Claire
parent a70b1141d6
commit 4c5067e3a4
8 changed files with 97 additions and 1 deletions

View File

@@ -213,3 +213,7 @@ export function NotificationRequests () {
export function NotificationRequest () {
return import(/*webpackChunkName: "features/glitch/notifications/request" */'../../notifications/request');
}
export function LinkTimeline () {
return import(/*webpackChunkName: "features/glitch/link_timeline" */'../../link_timeline');
}