From d76e7ac2194429931f1cd8dc89f6ba2f88683619 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Fri, 22 Jul 2016 20:09:57 +0200 Subject: [PATCH] Facebook: Ignoriere Live-Videos --- otouto/plugins/facebook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otouto/plugins/facebook.lua b/otouto/plugins/facebook.lua index 2907f35..a5a6698 100644 --- a/otouto/plugins/facebook.lua +++ b/otouto/plugins/facebook.lua @@ -91,7 +91,7 @@ function facebook:send_facebook_video(video_id) local data = json.decode(res) local from = '*'..data.from.name..'*' - local description = data.description + local description = data.description or '' local source = data.source return from..' hat ein Video gepostet:\n'..description, source, data.title end