mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Tweaks
This commit is contained in:
parent
beaa0adf03
commit
78c3a58d76
|
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
* All Client-Server API endpoints are now available under the `/v3` namespace
|
* All Client-Server API endpoints are now available under the `/v3` namespace
|
||||||
* The `/whoami` response format now matches the latest Matrix spec version
|
* The `/whoami` response format now matches the latest Matrix spec version
|
||||||
* Support added for the `/context` endpoint, which should help clients to render quote-replies properly\
|
* Support added for the `/context` endpoint, which should help clients to render quote-replies correctly
|
||||||
* Accounts now have an optional account type field, allowing admin accounts to be created
|
* Accounts now have an optional account type field, allowing admin accounts to be created
|
||||||
* Server notices are now supported
|
* Server notices are now supported
|
||||||
* Refactored the user API storage to deduplictae a significant amount of code, as well as merging both user API databases into a single database
|
* Refactored the user API storage to deduplicate a significant amount of code, as well as merging both user API databases into a single database
|
||||||
* The account database is now used for all user API storage and the device database is now obsolete
|
* The account database is now used for all user API storage and the device database is now obsolete
|
||||||
* For some installations that have separate account and device databases, this may result in access tokens being revoked and client sessions being logged out — users may need to log in again
|
* For some installations that have separate account and device databases, this may result in access tokens being revoked and client sessions being logged out — users may need to log in again
|
||||||
* The above can be avoided by moving the `device_devices` table into the account database manually
|
* The above can be avoided by moving the `device_devices` table into the account database manually
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue