Merge branch 'main' into fractal-matrix-uri

This commit is contained in:
Will Hunt
2024-08-29 10:25:40 +01:00
committed by GitHub
6 changed files with 258 additions and 76 deletions
+8 -1
View File
@@ -42,7 +42,14 @@ export class Element {
}
get icon() { return "images/client-icons/element.svg"; }
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
get appleAssociatedAppId() {
return [
"7J4U792NQT.im.vector.app",
"7J4U792NQT.io.element.elementx",
"7J4U792NQT.io.element.elementx.nightly",
"7J4U792NQT.io.element.elementx.pr"
];
}
get name() {return "Element"; }
get description() { return 'Fully-featured Matrix client, used by millions.'; }
get homepage() { return "https://element.io"; }