implementing changes from previous pull request

1. Added a changelog entry
2. Modify URL fragment
3. restore accidental change in changelog entries
This commit is contained in:
yoyodragon 2024-12-18 02:41:26 +05:30
parent f10840caf0
commit 478af3ae22
4 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
Rename Client Config to Account Data for issue #2030

View file

@ -557,7 +557,7 @@ Since the draft stage, the following major changes have been made:
- Invites based on third-party identifiers
- Room tagging
- Guest access
- Account Data
- Client config
- The following APIs were added:
- ``/sync``
- ``/publicRooms``

View file

@ -2927,7 +2927,7 @@ that profile.
| [Typing Notifications](#typing-notifications) | Required | Required | Required | Required | Optional |
| [User and Room Mentions](#user-and-room-mentions) | Required | Required | Required | Optional | Optional |
| [Voice over IP](#voice-over-ip) | Required | Required | Required | Optional | Optional |
| [Account Data](#client-config) | Optional | Optional | Optional | Optional | Optional |
| [Account Data](#account-data) | Optional | Optional | Optional | Optional | Optional |
| [Device Management](#device-management) | Optional | Optional | Optional | Optional | Optional |
| [End-to-End Encryption](#end-to-end-encryption) | Optional | Optional | Optional | Optional | Optional |
| [Event Annotations and reactions](#event-annotations-and-reactions) | Optional | Optional | Optional | Optional | Optional |

View file

@ -15,7 +15,7 @@
# limitations under the License.
openapi: 3.1.0
info:
title: Matrix Client-Server Account Data API
title: Matrix Client-Server Key Management API
version: 1.0.0
paths:
/keys/upload: