fix: adds notifications
This commit is contained in:
parent
2b630c94b6
commit
f38344b9ac
@ -691,6 +691,8 @@ export const CreatePage = () => {
|
|||||||
const keys = await generateKeys(pubkeys, encryptionKey)
|
const keys = await generateKeys(pubkeys, encryptionKey)
|
||||||
if (!keys) return
|
if (!keys) return
|
||||||
|
|
||||||
|
setLoadingSpinnerDesc('Generating an open timestamp.')
|
||||||
|
|
||||||
const timestamp = await generateTimestamp(
|
const timestamp = await generateTimestamp(
|
||||||
extractNostrId(createSignature)
|
extractNostrId(createSignature)
|
||||||
)
|
)
|
||||||
|
@ -550,6 +550,8 @@ export const SignPage = () => {
|
|||||||
|
|
||||||
const updatedMeta = updateMetaSignatures(meta, signedEvent)
|
const updatedMeta = updateMetaSignatures(meta, signedEvent)
|
||||||
|
|
||||||
|
setLoadingSpinnerDesc('Generating an open timestamp.')
|
||||||
|
|
||||||
const timestamp = await generateTimestamp(signedEvent.id)
|
const timestamp = await generateTimestamp(signedEvent.id)
|
||||||
if (timestamp) {
|
if (timestamp) {
|
||||||
updatedMeta.timestamps = [...(updatedMeta.timestamps || []), timestamp]
|
updatedMeta.timestamps = [...(updatedMeta.timestamps || []), timestamp]
|
||||||
|
Loading…
Reference in New Issue
Block a user