remove url from get_formatted_body

master
lub 4 years ago
parent 83787bd31b
commit 8d144e83a3

@ -81,8 +81,6 @@ def get_formatted_body(post):
if post['description']:
formatted_body += '<p>'+post['description']+'</p>'
formatted_body += post['url']
return formatted_body
async def main():
event_type_prefix = 'de.lubiland.snowstorm-matrix.'

Loading…
Cancel
Save