Skip to content

Commit 5211f95

Browse files
author
Christian Paul
committed
Update README and __version__ for mod-5
1 parent 40371c3 commit 5211f95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The Element fork includes the following changes:
77
- Add `psycopg2`, `uvloop` to requirements.txt, install_requires https://github.com/vector-im/mautrix-telegram/pull/10/files
88
- Add metrics about Matrix API calls https://github.com/mautrix/python/pull/68
99
- Don't block connections on startup https://github.com/vector-im/mautrix-telegram/pull/20
10-
- Add metrics for Appservice's Connection Pool stats https://github.com/vector-im/mautrix-telegram/pull/22
10+
- Add metrics for Appservice's Connection Pool stats https://github.com/vector-im/mautrix-telegram/pull/22, https://github.com/vector-im/mautrix-telegram/pull/27
1111
- Don't require bot startup for bridge startup https://github.com/vector-im/mautrix-telegram/pull/24
12+
- Add `telegram.liveness_timeout` config to change `/_matrix/mau/live` when Telegram connections are no longer being received https://github.com/vector-im/mautrix-telegram/pull/23
1213

1314
Some changes that appear here may get upstreamed to https://github.com/mautrix/telegram, and will be removed from
1415
the list when they appear in both versions.

mautrix_telegram/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.10.2-mod-4"
1+
__version__ = "0.10.2-mod-5"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"

0 commit comments

Comments
 (0)