Skip to content

Commit d5fdb35

Browse files
Move the appleAssociatedAppId in the jsonish file
1 parent 5413480 commit d5fdb35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/open/clients/Client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export class Client {
1010
get platforms() { return this.data.platforms; }
1111

1212
get icon() { return "images/client-icons/"+this.data.icon; }
13+
get appleAssociatedAppId() { return this.data.appleAssociatedAppId; }
1314
get name() {return this.data.name; }
1415
get description() { return this.data.description; }
1516
get homepage() { return this.data.homepage; }

src/open/clients/Element.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export class Element extends Client {
3535
super(data);
3636
}
3737

38-
get appleAssociatedAppId() { return "7J4U792NQT.im.vector.app"; }
39-
4038
getDeepLink(platform, link) {
4139
let fragmentPath;
4240
switch (link.kind) {

0 commit comments

Comments
 (0)