mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-19 13:24:23 +01:00
Upgrade Nostrify to v0.22.2, enforce http(s) in website field
This commit is contained in:
@@ -86,7 +86,7 @@ async function renderAccount(
|
||||
pubkey,
|
||||
lud16,
|
||||
},
|
||||
website,
|
||||
website: /^https?:\/\//.test(website) ? website : undefined,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user