Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix contacts sync with empty names #833

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

benthecarman
Copy link
Collaborator

Fixes #832

Some contacts wouldn't sync properly because they would have a display_name but it'd be an empty string, so we'd set that as the name of the contact and end up skipping it. This will now handle an empty string as None and properly set the name.

Also updates the nostr deps

@benthecarman benthecarman added the bug Something isn't working label Nov 8, 2023
@TonyGiorgio TonyGiorgio merged commit cd6cab4 into master Nov 9, 2023
9 checks passed
@TonyGiorgio TonyGiorgio deleted the fix-contacts-sync branch November 9, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nifty nostr contact won't sync
2 participants