From cfdc38694dc07b99e01e9cf9d7df1bb298e05fcd Mon Sep 17 00:00:00 2001 From: Rexios Date: Mon, 17 Nov 2025 20:29:39 -0500 Subject: [PATCH] Make CurrentUserPresence.currentAvatarTags match other places --- openapi/components/schemas/CurrentUserPresence.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openapi/components/schemas/CurrentUserPresence.yaml b/openapi/components/schemas/CurrentUserPresence.yaml index fe73957e..8b3f087c 100644 --- a/openapi/components/schemas/CurrentUserPresence.yaml +++ b/openapi/components/schemas/CurrentUserPresence.yaml @@ -5,7 +5,9 @@ properties: type: string nullable: true currentAvatarTags: - type: string + type: array + items: + $ref: ./Tag.yaml displayName: type: string debugflag: