Browse Source

Use t.me/username URL in the "Add Telegram" page.

pull/340/head
Pēteris Caune 5 years ago
parent
commit
c3608ac07c
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 2 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +3
    -2
      templates/integrations/add_telegram.html

+ 1
- 0
CHANGELOG.md View File

@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- Documentation in Markdown - Documentation in Markdown
- Added an example of capturing and submitting log output (#315) - Added an example of capturing and submitting log output (#315)
- The sendalerts commands measures dwell time and reports it over statsd protocol - The sendalerts commands measures dwell time and reports it over statsd protocol
- Django 3.0.3
### Bug Fixes ### Bug Fixes
- Increase the allowable length of Matrix room alias to 100 (#320) - Increase the allowable length of Matrix room alias to 100 (#320)


+ 3
- 2
templates/integrations/add_telegram.html View File

@ -42,8 +42,9 @@
<span class="step-no">1</span> <span class="step-no">1</span>
<p> <p>
From your Telegram client, invite From your Telegram client, invite
<strong>{{ bot_name }}</strong> to a group. It will get added
as a member with no access to group messages.
<strong><a href="https://t.me/{{ bot_name }}">{{ bot_name }}</a></strong>
to a group. It will get added as a member with no access to group
messages.
</p> </p>
<p> <p>
Alternatively, if you want notifications sent to yourself Alternatively, if you want notifications sent to yourself


Loading…
Cancel
Save