Facebook: Ignoriere Live-Videos
This commit is contained in:
parent
a1efc24d20
commit
d76e7ac219
@ -91,7 +91,7 @@ function facebook:send_facebook_video(video_id)
|
|||||||
local data = json.decode(res)
|
local data = json.decode(res)
|
||||||
|
|
||||||
local from = '*'..data.from.name..'*'
|
local from = '*'..data.from.name..'*'
|
||||||
local description = data.description
|
local description = data.description or ''
|
||||||
local source = data.source
|
local source = data.source
|
||||||
return from..' hat ein Video gepostet:\n'..description, source, data.title
|
return from..' hat ein Video gepostet:\n'..description, source, data.title
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user