This commit is contained in:
Bruno Windels 2020-12-07 17:22:52 +01:00
parent 4e253697de
commit e5fb5709f7
1 changed files with 1 additions and 7 deletions

View File

@ -31,18 +31,12 @@ export class Element {
];
}
get icon() {
return "images/client-icons/element.svg";
}
get icon() { return "images/client-icons/element.svg"; }
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
get name() {return "Element"; }
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }
get author() { return "Element"; }
getMaturity(platform) { return Maturity.Stable; }
getDeepLink(platform, link) {