Fixes für CallbackQuerys
This commit is contained in:
@@ -74,6 +74,7 @@ function pocket:add_pocket_item(access_token, url)
|
||||
local code = result.item.response_code
|
||||
|
||||
local text = title..' ('..given_url..') hinzugefügt!'
|
||||
if not code then return text end
|
||||
if code ~= "200" and code ~= "0" then text = text..'\nAber die Seite liefert Fehler '..code..' zurück.' end
|
||||
return text
|
||||
end
|
||||
|
Reference in New Issue
Block a user