Browse Source

feat: use EventWrapperLite for generic reposts

as well as reposts (see nip16)
master
DanConwayDev 2 years ago
parent
commit
38dfe0a730
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 2
      src/lib/wrappers/EventCard.svelte

2
src/lib/wrappers/EventCard.svelte

@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
}
</script>
{#if event.kind && event.kind === 6}
{#if event.kind && [6, 16].includes(event.kind)}
<EventWrapperLite author={$author} created_at={event.created_at}>
reposted by
</EventWrapperLite>

Loading…
Cancel
Save