From c0eefe7273a50b3f6bbdf6dcac135f124e040a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 20 Aug 2023 11:56:38 -0400 Subject: [PATCH] tes: fix spec --- public/openapi/components/schemas/SettingsObj.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/openapi/components/schemas/SettingsObj.yaml b/public/openapi/components/schemas/SettingsObj.yaml index eb2362bd63..3adba108b0 100644 --- a/public/openapi/components/schemas/SettingsObj.yaml +++ b/public/openapi/components/schemas/SettingsObj.yaml @@ -61,6 +61,9 @@ Settings: notificationType_new-group-chat: type: string description: Notification type for new group chat messages + notificationType_new-public-chat: + type: string + description: Notification type for new public group chat messages notificationType_new-reply: type: string description: Notification type for new topic replies