We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437e6e5 commit 0da6f45Copy full SHA for 0da6f45
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.19.15 (2023-05-24)
2
+
3
+* *(client)* Fixed dispatching room ephemeral events (i.e. typing notifications) in syncer.
4
5
## v0.19.14 (2023-05-16)
6
7
* *(bridge)* Implemented appservice pinging using MSC2659.
mautrix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.19.14"
+__version__ = "0.19.15"
__author__ = "Tulir Asokan <[email protected]>"
__all__ = [
"api",
0 commit comments