Add 'deprecated:true' to /v1/send_{join,leave} (#1518)

The words already say this is deprecated, but it was missing the flag.
This commit is contained in:
Richard van der Hoff 2023-05-15 16:31:47 +01:00 committed by GitHub
parent dc5d95c242
commit 188d568f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -218,6 +218,7 @@ paths:
"/send_join/{roomId}/{eventId}":
put:
deprecated: true
summary: Submit a signed join event to a resident server
description: |-
**Note:**

View file

@ -141,6 +141,7 @@ paths:
}
"/send_leave/{roomId}/{eventId}":
put:
deprecated: true
summary: Submit a signed leave event to a resident server
description: |-
**Note:**