From e91b0545def606d9c31967bd65f93a6a7ea337cf Mon Sep 17 00:00:00 2001 From: Vinyarion <38413862+VinyarionHyarmendacil@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:22:44 -0600 Subject: [PATCH] Added 'message' notification type --- openapi/components/schemas/NotificationType.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/components/schemas/NotificationType.yaml b/openapi/components/schemas/NotificationType.yaml index fe4eb556..ca5b27aa 100644 --- a/openapi/components/schemas/NotificationType.yaml +++ b/openapi/components/schemas/NotificationType.yaml @@ -3,6 +3,7 @@ enum: - friendRequest - invite - inviteResponse + - message - requestInvite - requestInviteResponse - votetokick