forked from GithubBackups/healthchecks
Use t.me/username URL in the "Add Telegram" page.
This commit is contained in:
parent
8ace6d5481
commit
c3608ac07c
@ -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)
|
||||||
|
@ -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
|
<strong><a href="https://t.me/{{ bot_name }}">{{ bot_name }}</a></strong>
|
||||||
as a member with no access to group messages.
|
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…
x
Reference in New Issue
Block a user