Skip to content

Commit

Permalink
fix: remove Trending
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Oct 11, 2024
1 parent 0e5e8a2 commit ce5197b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoints/inject.content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function main() {
console.info('Route change', path)
switch (true) {
case path === '/discover': {
return waitForReady(injectDiscover)
// Trending support in Follow now.
return
// return waitForReady(injectDiscover)
}
case path.startsWith('/feeds'): {
// /feeds/51109945767644160/60941346687490048?view=0
Expand Down

0 comments on commit ce5197b

Please sign in to comment.