|
|
|
@ -49,6 +49,10 @@ |
|
|
|
<EventWrapperLite author={$author} created_at={event.created_at}> |
|
|
|
<EventWrapperLite author={$author} created_at={event.created_at}> |
|
|
|
reposted by |
|
|
|
reposted by |
|
|
|
</EventWrapperLite> |
|
|
|
</EventWrapperLite> |
|
|
|
|
|
|
|
{:else if event.kind && event.kind === 5} |
|
|
|
|
|
|
|
<EventWrapperLite author={$author} created_at={event.created_at}> |
|
|
|
|
|
|
|
deletion requested by |
|
|
|
|
|
|
|
</EventWrapperLite> |
|
|
|
{:else if event.kind && event.kind === 30001} |
|
|
|
{:else if event.kind && event.kind === 30001} |
|
|
|
<EventWrapperLite author={$author} created_at={event.created_at}> |
|
|
|
<EventWrapperLite author={$author} created_at={event.created_at}> |
|
|
|
added to '{getDtag(event) || 'unknown'}' list by |
|
|
|
added to '{getDtag(event) || 'unknown'}' list by |
|
|
|
|