File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- ## v0.20.2 (unreleased )
1+ ## v0.20.2 (2023-09-09 )
22
33* * (crypto)* Changed ` OlmMachine.share_keys ` to make the OTK count parameter
44 optional. When omitted, the count is fetched from the server.
55* * (appservice)* Added option to run appservice transaction event handlers
66 synchronously.
77* * (appservice)* Added ` log ` and ` hs_token ` parameters to ` AppServiceServerMixin `
88 to allow using it as a standalone class without extending.
9+ * * (api)* Added support for setting appservice ` user_id ` and ` device_id ` query
10+ parameters manually without using ` AppServiceAPI ` .
911
1012## v0.20.1 (2023-08-29)
1113
Original file line number Diff line number Diff line change 1- __version__ = "0.20.1 "
1+ __version__ = "0.20.2 "
22__author__ = "Tulir Asokan <[email protected] >" 33__all__ = [
44 "api" ,
You can’t perform that action at this time.
0 commit comments