Update Fluffychat.js

This commit is contained in:
Christian 2021-04-09 20:49:44 +02:00 committed by GitHub
parent 5923b13fc1
commit a02bc8aa2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -78,7 +78,5 @@ export class Fluffychat {
return platform === Platform.Android;
}
getPreferredWebInstance(link) {
return "fluffychat.im/web";
}
}
getPreferredWebInstance(link) {}
}