From e283c35dbda8661f748cb978e6ab5493d8a03fdd Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 5 Mar 2025 15:12:15 +0100 Subject: [PATCH] Remove extra trailing quotes from sync API specs (#2091) Signed-off-by: Johannes Marbach --- changelogs/client_server/newsfragments/2091.clarification | 1 + data/api/client-server/old_sync.yaml | 2 +- data/api/client-server/room_initial_sync.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/client_server/newsfragments/2091.clarification diff --git a/changelogs/client_server/newsfragments/2091.clarification b/changelogs/client_server/newsfragments/2091.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2091.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/old_sync.yaml b/data/api/client-server/old_sync.yaml index 0a3c0439..118087c0 100644 --- a/data/api/client-server/old_sync.yaml +++ b/data/api/client-server/old_sync.yaml @@ -214,7 +214,7 @@ paths: - public description: |- Whether this room is visible to the `/publicRooms` API - or not." + or not. account_data: type: array description: |- diff --git a/data/api/client-server/room_initial_sync.yaml b/data/api/client-server/room_initial_sync.yaml index 130efa1c..e9ad7a63 100644 --- a/data/api/client-server/room_initial_sync.yaml +++ b/data/api/client-server/room_initial_sync.yaml @@ -96,7 +96,7 @@ paths: - public description: |- Whether this room is visible to the `/publicRooms` API - or not." + or not. account_data: type: array description: The private data that this user has attached to this room.