Move the appleAssociatedAppId in the jsonish file
This commit is contained in:
parent
5413480ea5
commit
d5fdb35de0
2 changed files with 1 additions and 2 deletions
|
@ -10,6 +10,7 @@ export class Client {
|
|||
get platforms() { return this.data.platforms; }
|
||||
|
||||
get icon() { return "images/client-icons/"+this.data.icon; }
|
||||
get appleAssociatedAppId() { return this.data.appleAssociatedAppId; }
|
||||
get name() {return this.data.name; }
|
||||
get description() { return this.data.description; }
|
||||
get homepage() { return this.data.homepage; }
|
||||
|
|
|
@ -35,8 +35,6 @@ export class Element extends Client {
|
|||
super(data);
|
||||
}
|
||||
|
||||
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
|
||||
|
||||
getDeepLink(platform, link) {
|
||||
let fragmentPath;
|
||||
switch (link.kind) {
|
||||
|
|
Loading…
Reference in a new issue