Skip to content

Commit

Permalink
Update README and __version__ for mod-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Dec 3, 2021
1 parent 40371c3 commit 5211f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The Element fork includes the following changes:
- Add `psycopg2`, `uvloop` to requirements.txt, install_requires https://github.com/vector-im/mautrix-telegram/pull/10/files
- Add metrics about Matrix API calls https://github.com/mautrix/python/pull/68
- Don't block connections on startup https://github.com/vector-im/mautrix-telegram/pull/20
- Add metrics for Appservice's Connection Pool stats https://github.com/vector-im/mautrix-telegram/pull/22
- 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
- Don't require bot startup for bridge startup https://github.com/vector-im/mautrix-telegram/pull/24
- 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

Some changes that appear here may get upstreamed to https://github.com/mautrix/telegram, and will be removed from
the list when they appear in both versions.
Expand Down
2 changes: 1 addition & 1 deletion mautrix_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.10.2-mod-4"
__version__ = "0.10.2-mod-5"
__author__ = "Tulir Asokan <[email protected]>"

0 comments on commit 5211f95

Please sign in to comment.