1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-15 18:22:11 -04:00

Fix intent/follow URL redirect

Fixes #629
This commit is contained in:
Zed
2025-11-24 23:04:25 +01:00
parent d47eb8f0eb
commit 4748311f8d
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ proc createUnsupportedRouter*(cfg: Config) =
get "/@name/lists/?": feature()
get "/intent/?@i?":
cond @"i" notin ["user"]
cond @"i" notin ["user", "follow"]
feature()
get "/i/@i?/?@j?":