From 8bd8c6fb455d90c1ad0fe84430b7ea59bd1075f3 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:22:52 +0200 Subject: [bugfix] Include own account in conversation when no other accounts involved (#3387) --- docs/api/swagger.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 54d318111..c0dc6de89 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -950,7 +950,12 @@ definitions: with "direct message" visibility. properties: accounts: - description: Participants in the conversation. + description: |- + Participants in the conversation. + + If this is a conversation between no accounts (ie., a self-directed DM), + this will include only the requesting account itself. Otherwise, it will + include every other account in the conversation *except* the requester. items: $ref: '#/definitions/account' type: array -- cgit v1.2.3