WIP add phone pointer import

This commit is contained in:
nolash
2021-04-08 09:54:39 +02:00
parent 81b71316ee
commit 3448e41d5b
4 changed files with 28 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class Phone extends Syncable implements Addressable {
}
public static async toKey(msisdn:number) {
return await toKey(msisdn.toString(), ':cic.msisdn');
return await toKey(msisdn.toString(), ':cic.phone');
}
public key(): string {