autocomplete improvements #83

Merged
verbiricha merged 2 commits from user-db into main 2023-01-18 23:10:14 +00:00
verbiricha commented 2023-01-18 22:20:46 +00:00 (Migrated from github.com)
  • match npubs
  • emojis :shipit:
- match npubs - emojis :shipit:
cloudflare-pages[bot] commented 2023-01-18 22:21:49 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: e209066
Status:   Deploy successful!
Preview URL: https://88abb48e.snort-social.pages.dev
Branch Preview URL: https://user-db.snort-social.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>e209066</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://88abb48e.snort-social.pages.dev'>https://88abb48e.snort-social.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://user-db.snort-social.pages.dev'>https://user-db.snort-social.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/snort-social/88abb48e-de17-4c58-a9d1-d52187472f7f)
v0l (Migrated from github.com) approved these changes 2023-01-18 22:58:37 +00:00
@ -12,0 +12,4 @@
users: '++pubkey, name, display_name, picture, nip05, npub'
}).upgrade(tx => {
return tx.table("users").toCollection().modify(user => {
user.npub = hexToBech32("npub", user.pubkey)
v0l (Migrated from github.com) commented 2023-01-18 22:57:13 +00:00

Do you need to keep the v1 specification?

Do you need to keep the v1 specification?
verbiricha (Migrated from github.com) reviewed 2023-01-18 23:09:25 +00:00
@ -12,0 +12,4 @@
users: '++pubkey, name, display_name, picture, nip05, npub'
}).upgrade(tx => {
return tx.table("users").toCollection().modify(user => {
user.npub = hexToBech32("npub", user.pubkey)
verbiricha (Migrated from github.com) commented 2023-01-18 23:09:25 +00:00

not needed.

not needed.
Sign in to join this conversation.
No description provided.