cleanup
This commit is contained in:
parent
4e253697de
commit
e5fb5709f7
@ -31,18 +31,12 @@ export class Element {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
get icon() {
|
get icon() { return "images/client-icons/element.svg"; }
|
||||||
return "images/client-icons/element.svg";
|
|
||||||
}
|
|
||||||
|
|
||||||
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
|
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
|
||||||
|
|
||||||
get name() {return "Element"; }
|
get name() {return "Element"; }
|
||||||
get description() { return 'Fully-featured Matrix client, used by millions.'; }
|
get description() { return 'Fully-featured Matrix client, used by millions.'; }
|
||||||
|
|
||||||
get homepage() { return "https://element.io"; }
|
get homepage() { return "https://element.io"; }
|
||||||
get author() { return "Element"; }
|
get author() { return "Element"; }
|
||||||
|
|
||||||
getMaturity(platform) { return Maturity.Stable; }
|
getMaturity(platform) { return Maturity.Stable; }
|
||||||
|
|
||||||
getDeepLink(platform, link) {
|
getDeepLink(platform, link) {
|
||||||
|
Loading…
Reference in New Issue
Block a user