1
0
mirror of synced 2026-08-06 07:06:55 +00:00

Revert "Add username and fullname for formatting (#65)"

This reverts commit 7f5ef4f8f5.
This commit is contained in:
Robin Ward
2021-03-16 10:27:14 -04:00
parent 7f5ef4f8f5
commit 8c166e1b06
@@ -72,8 +72,6 @@ module DiscourseChat
I18n.t(
"chat_integration.provider.telegram.message",
user: display_name,
username: post.user.username,
fullname: full_name,
post_url: post.full_url,
title: CGI::escapeHTML(topic.title),
post_excerpt: post.excerpt(SiteSetting.chat_integration_telegram_excerpt_length, text_entities: true, strip_links: true, remap_emoji: true),