Placeholder avatar is incosistent across components #39
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-27"
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?
Closes #27
To make the avatar consistent, please put image URL into app state and subscribe to its changes.
@ -139,2 +140,4 @@
}
}
export const getRoboHashPicture = (npub: string): string => {
Allow this to accept both npub and hex, If provided value is not npub then convert it to npub
@ -53,4 +43,0 @@
const signedAuthEvent = await this.nostrController.signEvent(authEvent)
this.createAndSaveAuthToken(signedAuthEvent)
removal of this code will allow you to login as any user. Just enter npub/nip05 and you'll be logged in as that user.