From 994965eafcc4c16b67a9dd1d101c2af96f398f61 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Tue, 12 Jul 2016 14:26:01 +0200 Subject: [PATCH] Unescape Facebook-Foto-Text --- 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 07de38b..2907f35 100644 --- a/otouto/plugins/facebook.lua +++ b/otouto/plugins/facebook.lua @@ -76,7 +76,7 @@ function facebook:send_facebook_photo(photo_id, receiver) local from = '*'..data.from.name..'*' if data.name then - text = from..' hat ein Bild gepostet:\n'..data.name + text = from..' hat ein Bild gepostet:\n'..utilities.md_escape(data.name) else text = from..' hat ein Bild gepostet:' end