···33 await Store.set("priv_key", bufToBase64(privKeyRaw));
34 await Store.set("friends", []);
3536+ await Store.set("is_sharing", true); // i'm adding this so it works in settings, i think it's more user friendly to have the location to be on by default, but... less privacy friendly? wait no.. nvm. it won't share location with the server since they don't have any added friends yet :)
37+38 return json;
39}
40