Skip to content

Commit

Permalink
Update README and __version__ for mod-4
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Dec 1, 2021
1 parent fa3e995 commit 42f3cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The Element fork includes the following changes:
- Allow disabling user status updates from Telegram side https://github.com/vector-im/mautrix-telegram/pull/9
- 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
- Don't require bot startup for bridge startup https://github.com/vector-im/mautrix-telegram/pull/24

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-2"
__version__ = "0.10.2-mod-4"
__author__ = "Tulir Asokan <[email protected]>"

0 comments on commit 42f3cda

Please sign in to comment.