Fix profile broadcasting during signup (issue #201) #212
Reference in New Issue
Block a user
Delete Branch "priyanshu_bharti/flotilla:fix/profile-broadcast-on-signup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix profile broadcasting during signup (issue #201)
Problem
initProfilewas using empty relay array[])Solution
DEFAULT_RELAYSPROTECTEDtag)Changes
initProfile(): Now publishes profile to proper relays instead of empty arraySpaceJoin.svelte&SpaceInviteAccept.svelte: Await broadcast for reliabilitySignUp.svelte: Improved flow sequencingTesting
PROTECTEDtag behavior preservedCloses #201
This was a very opinionated change, and I hadn't made up my mind about it really. I went ahead and fixed it myself via
e1a7b051bd.Pull request closed