forked from coracle/flotilla
Bump welshman
This commit is contained in:
@@ -46,8 +46,7 @@
|
||||
|
||||
{#if showFailure}
|
||||
{@const url = failedUrls[0]}
|
||||
{@const status = $thunk.status[url]}
|
||||
{@const message = $thunk.details[url]}
|
||||
{@const {status, detail: message} = $thunk.results[url]}
|
||||
<button
|
||||
class="flex w-full justify-end px-1 text-xs {restProps.class}"
|
||||
onclick={stopPropagation(noop)}>
|
||||
|
||||
@@ -168,7 +168,7 @@ export const broadcastUserData = async (relays: string[]) => {
|
||||
|
||||
for (const event of events) {
|
||||
if (isSignedEvent(event)) {
|
||||
await publishThunk({event, relays}).result
|
||||
await publishThunk({event, relays}).complete
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -804,5 +804,5 @@ export const updateProfile = async ({
|
||||
const event = makeEvent(template.kind, template)
|
||||
const relays = router.merge(scenarios).getUrls()
|
||||
|
||||
await publishThunk({event, relays}).result
|
||||
await publishThunk({event, relays}).complete
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user