[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

@@ -33,6 +33,7 @@ export default class StatusList extends ImmutablePureComponent {
withCounters: PropTypes.bool,
timelineId: PropTypes.string.isRequired,
lastId: PropTypes.string,
bindToDocument: PropTypes.bool,
regex: PropTypes.string,
};