Skip to content
Snippets Groups Projects
Commit e5fb5709 authored by Bruno Windels's avatar Bruno Windels
Browse files

cleanup

parent 4e253697
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment