Unescape Facebook-Foto-Text
This commit is contained in:
parent
f52009e72b
commit
994965eafc
@ -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
|
||||||
|
Reference in New Issue
Block a user