From 66be54bf6244be49c5ac31ccc4b52ca96d7e72a2 Mon Sep 17 00:00:00 2001 From: jellejurre Date: Tue, 12 Nov 2024 17:47:01 +0100 Subject: [PATCH] Add debugflag to presence --- openapi/components/schemas/CurrentUserPresence.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/components/schemas/CurrentUserPresence.yaml b/openapi/components/schemas/CurrentUserPresence.yaml index faef4ab5..676a37f9 100644 --- a/openapi/components/schemas/CurrentUserPresence.yaml +++ b/openapi/components/schemas/CurrentUserPresence.yaml @@ -8,6 +8,8 @@ properties: type: string displayName: type: string + debugflag: + type: string groups: type: array nullable: true