Skip to content
Snippets Groups Projects
Commit d5fdb35d authored by Thib's avatar Thib
Browse files

Move the appleAssociatedAppId in the jsonish file

parent 5413480e
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ export class Client { ...@@ -10,6 +10,7 @@ export class Client {
get platforms() { return this.data.platforms; } get platforms() { return this.data.platforms; }
get icon() { return "images/client-icons/"+this.data.icon; } get icon() { return "images/client-icons/"+this.data.icon; }
get appleAssociatedAppId() { return this.data.appleAssociatedAppId; }
get name() {return this.data.name; } get name() {return this.data.name; }
get description() { return this.data.description; } get description() { return this.data.description; }
get homepage() { return this.data.homepage; } get homepage() { return this.data.homepage; }
......
...@@ -35,8 +35,6 @@ export class Element extends Client { ...@@ -35,8 +35,6 @@ export class Element extends Client {
super(data); super(data);
} }
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
getDeepLink(platform, link) { getDeepLink(platform, link) {
let fragmentPath; let fragmentPath;
switch (link.kind) { switch (link.kind) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment