From 705a2328ab03f430b90751d38fdd8f2e6964738d Mon Sep 17 00:00:00 2001 From: M SHAH Date: Mon, 19 Feb 2024 12:53:18 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20sending=20text,=20image=20a?= =?UTF-8?q?nd=20video=20stories=20now=20enabled=20for=20restricted=20licen?= =?UTF-8?q?se=20holders=20#3173?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Client.ts | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/src/api/Client.ts b/src/api/Client.ts index d1575a0d19..d5c9e9caa3 100644 --- a/src/api/Client.ts +++ b/src/api/Client.ts @@ -4195,15 +4195,7 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated - * - * :::danger - * - * Status features are broken for now. Please join our discord community for updates. - * - * ::: - * - * [REQUIRES A TEXT STORY LICENSE-KEY](https://gum.co/open-wa) + * {@license:restricted@} * * Sends a formatted text story. * @param text The text to be displayed in the story @@ -4226,15 +4218,7 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated - * - * :::danger - * - * Status features are broken for now. Please join our discord community for updates. - * - * ::: - * - * [REQUIRES AN IMAGE STORY LICENSE-KEY](https://gum.co/open-wa) + * {@license:restricted@} * * Posts an image story. * @param data data url string `data:[][;charset=][;base64],` @@ -4249,15 +4233,7 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated - * - * :::danger - * - * Status features are broken for now. Please join our discord community for updates. - * - * ::: - * - * [REQUIRES A VIDEO STORY LICENSE-KEY](https://gum.co/open-wa) + * {@license:restricted@} * * Posts a video story. * @param data data url string `data:[][;charset=][;base64],` @@ -4288,7 +4264,6 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated * Alias for deleteStory */ public async deleteStatus(statusesToDelete: string | string []) : Promise { @@ -4306,7 +4281,6 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated * Alias for deleteStory */ public async deleteAllStatus() : Promise { @@ -4325,7 +4299,6 @@ public async getStatus(contactId: ContactId) : Promise<{ } /** - * @deprecated * Alias for deleteStory */ public async getMyStatusArray() : Promise {