Browse Source

temporarily remove clickable links

main
ghost 7 months ago
parent
commit
3e21f5e6c0
  1. 2
      templates/default/room/index.html.twig

2
templates/default/room/index.html.twig

@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
{{ post.message | message_to_markdown | markdown_to_html }}
#}
<p>
{{ post.message | trim | nl2br | url_to_html | mention_to_html }}
{{ post.message | trim | nl2br }}
</p>
</li>
{% endfor %}

Loading…
Cancel
Save