From 55aed1d296bc9c2e9db558c23f6dd1ffade1abb3 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 19 Jan 2021 16:03:15 -0800 Subject: [PATCH] Remove 'unstable' warning --- content/application-service-api.md | 2 -- content/client-server-api/_index.md | 2 -- content/identity-service-api.md | 2 -- content/push-gateway-api.md | 2 -- content/server-server-api.md | 2 -- 5 files changed, 10 deletions(-) diff --git a/content/application-service-api.md b/content/application-service-api.md index ee52d0b6..9ef44d6d 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -4,8 +4,6 @@ weight: 30 type: docs --- -{{unstable\_warning\_block\_APPSERVICE\_RELEASE\_LABEL}} - The Matrix client-server API and server-server APIs provide the means to implement a consistent self-contained federated messaging fabric. However, they provide limited means of implementing custom server-side diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 16b1820d..34dad1bc 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -4,8 +4,6 @@ weight: 10 type: docs --- -{{unstable\_warning\_block\_CLIENT\_RELEASE\_LABEL}} - The client-server API provides a simple lightweight API to let clients send messages, control rooms and synchronise conversation history. It is designed to support both lightweight clients which store no state and diff --git a/content/identity-service-api.md b/content/identity-service-api.md index 5ac65a48..4521771e 100644 --- a/content/identity-service-api.md +++ b/content/identity-service-api.md @@ -4,8 +4,6 @@ weight: 40 type: docs --- -{{unstable\_warning\_block\_IDENTITY\_RELEASE\_LABEL}} - The Matrix client-server and server-server APIs are largely expressed in Matrix user identifiers. From time to time, it is useful to refer to users by other ("third-party") identifiers, or "3PID"s, e.g. their email diff --git a/content/push-gateway-api.md b/content/push-gateway-api.md index 8ae9a902..92a6ca32 100644 --- a/content/push-gateway-api.md +++ b/content/push-gateway-api.md @@ -4,8 +4,6 @@ weight: 50 type: docs --- -{{unstable\_warning\_block\_PUSH\_GATEWAY\_RELEASE\_LABEL}} - Clients may want to receive push notifications when events are received at the homeserver. This is managed by a distinct entity called the Push Gateway. diff --git a/content/server-server-api.md b/content/server-server-api.md index d7138c5d..025457e3 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -4,8 +4,6 @@ weight: 20 type: docs --- -{{unstable\_warning\_block\_SERVER\_RELEASE\_LABEL}} - Matrix homeservers use the Federation APIs (also known as server-server APIs) to communicate with each other. Homeservers use these APIs to push messages to each other in real-time, to retrieve historic messages from