Unescape Facebook-Foto-Text

This commit is contained in:
Andreas Bielawski 2016-07-12 14:26:01 +02:00
parent f52009e72b
commit 994965eafc

View File

@ -76,7 +76,7 @@ function facebook:send_facebook_photo(photo_id, receiver)
local from = '*'..data.from.name..'*' local from = '*'..data.from.name..'*'
if data.name then 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 else
text = from..' hat ein Bild gepostet:' text = from..' hat ein Bild gepostet:'
end end