Skip to content

Commit

Permalink
Move the appleAssociatedAppId in the jsonish file
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultamartin committed Jun 15, 2022
1 parent 5413480 commit d5fdb35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/open/clients/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 0 additions & 2 deletions src/open/clients/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d5fdb35

Please sign in to comment.