Support /i/web/status endpoint

このコミットが含まれているのは:
Zed 2019-08-22 23:16:09 +02:00
コミット 1c43dd66a7
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -152,6 +152,9 @@ routes:
else:
resp renderMain(html, prefs, cfg.title, title, desc, images=conversation.tweet.photos)
get "/i/web/status/@id":
redirect("/i/status/" & @"id")
get "/pic/@sig/@url":
cond "http" in @"url"
cond "twimg" in @"url"