Update mautrix-appservice to fix generating reply fallbacks for events with slashes in their ID

This commit is contained in:
Tulir Asokan
2019-02-13 18:10:07 +02:00
parent 6ceb7f735c
commit 6a8fceff5b
+1 -1
View File
@@ -32,7 +32,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix-appservice>=0.3.7,<0.4.0",
"mautrix-appservice>=0.3.8,<0.4.0",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<1",