From f10840caf04e3209dead8bc3259db8f120e28f4a Mon Sep 17 00:00:00 2001 From: yoyodragon Date: Sun, 15 Dec 2024 15:01:39 +0530 Subject: [PATCH] changing Client Config to Account Data Signed-off-by: Ved Prasad Bankeshwar ved.bankeshwar@gmail.com --- changelogs/legacy/client_server.rst | 2 +- content/client-server-api/modules/account_data.md | 2 +- data/api/client-server/account-data.yaml | 2 +- data/api/client-server/keys.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelogs/legacy/client_server.rst b/changelogs/legacy/client_server.rst index ef71bbbc..922dd268 100644 --- a/changelogs/legacy/client_server.rst +++ b/changelogs/legacy/client_server.rst @@ -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 - - Client config + - Account Data - The following APIs were added: - ``/sync`` - ``/publicRooms`` diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index 1f1e5b8c..af4cad90 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -1,5 +1,5 @@ -### Client Config +### Account Data Clients can store custom config data for their account on their homeserver. This account data will be synced between different devices diff --git a/data/api/client-server/account-data.yaml b/data/api/client-server/account-data.yaml index fea15d95..550dae94 100644 --- a/data/api/client-server/account-data.yaml +++ b/data/api/client-server/account-data.yaml @@ -13,7 +13,7 @@ # limitations under the License. openapi: 3.1.0 info: - title: Matrix Client-Server Client Config API + title: Matrix Client-Server Account Data API version: 1.0.0 paths: "/user/{userId}/account_data/{type}": diff --git a/data/api/client-server/keys.yaml b/data/api/client-server/keys.yaml index de4501b3..695120f3 100644 --- a/data/api/client-server/keys.yaml +++ b/data/api/client-server/keys.yaml @@ -15,7 +15,7 @@ # limitations under the License. openapi: 3.1.0 info: - title: Matrix Client-Server Client Config API + title: Matrix Client-Server Account Data API version: 1.0.0 paths: /keys/upload: