1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 00:32:51 -04:00

Fix empty pinned tweets when status wasn't found

This commit is contained in:
Zed
2022-01-23 09:11:14 +01:00
parent f58824cb35
commit d1a3e7ab58
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ type
rateLimited = 88
invalidToken = 89
listIdOrSlug = 112
tweetNotFound = 144
forbidden = 200
badToken = 239
noCsrf = 353