From a02bc8aa2caa6773814f5359bbae706ae01bf72c Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 9 Apr 2021 20:49:44 +0200 Subject: [PATCH] Update Fluffychat.js --- src/open/clients/Fluffychat.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/open/clients/Fluffychat.js b/src/open/clients/Fluffychat.js index 01796ac..9955c6a 100644 --- a/src/open/clients/Fluffychat.js +++ b/src/open/clients/Fluffychat.js @@ -78,7 +78,5 @@ export class Fluffychat { return platform === Platform.Android; } - getPreferredWebInstance(link) { - return "fluffychat.im/web"; - } -} \ No newline at end of file + getPreferredWebInstance(link) {} +}