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 26de4b2 commit b717598Copy full SHA for b717598
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## unreleased
2
+
3
+* *(bridge)* Removed accidentally nested reply loop when accepting invites as
4
+ the bridge bot.
5
+* *(bridge)* Fixed decoding JSON values in config override env vars.
6
+* *(appservice)* Removed typing status from state store.
7
+ * Additionally, the `is_typing` boolean in `set_typing` is now deprecated,
8
+ and `timeout=0` should be used instead to match the `ClientAPI` behavior.
9
10
## v0.18.9 (2022-12-14)
11
12
* *(util.async_db)* Changed aiosqlite connector to force-enable foreign keys,
0 commit comments