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) {} +}