Update state cache when sending state events (e.g. kicks). Fixes #278
This commit is contained in:
@@ -31,7 +31,7 @@ setuptools.setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"aiohttp>=3.0.1,<4",
|
"aiohttp>=3.0.1,<4",
|
||||||
"mautrix-appservice>=0.3.10.dev1,<0.4.0",
|
"mautrix-appservice>=0.3.11,<0.4.0",
|
||||||
"SQLAlchemy>=1.2.3,<2",
|
"SQLAlchemy>=1.2.3,<2",
|
||||||
"alembic>=1.0.0,<2",
|
"alembic>=1.0.0,<2",
|
||||||
"commonmark>=0.8.1,<1",
|
"commonmark>=0.8.1,<1",
|
||||||
|
|||||||
Reference in New Issue
Block a user