Skip to content

Commit

Permalink
fix: hide real char links from bots (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
glader authored Sep 8, 2024
1 parent d0d4f41 commit 5be9b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if question.room %}<a href="{{ room.chat_url }}"><b>{{ question.room }}</b></a>
{% if question.room %}<a href="{{ room.get_private_url }}"><b>{{ question.room }}</b></a>

{% endif %}<b>{{ question.title }}</b> от <a href="{{ settings.APP_HOST }}{% url "profile" user.slug %}">{{ user.full_name }}</a>

Expand Down

0 comments on commit 5be9b62

Please sign in to comment.