{#if showModal && isClickable} (showModal = false)}> {#if isImage(file.mime)} {#if file.type === "hash"} input from user {:else} input from user {/if} {:else if isPlainText(file.mime)}

{file.name}

{#if file.mime === "application/vnd.chatui.clipboard"}

If you prefer to inject clipboard content directly in the chat, you can disable this feature in the settings page.

{/if} {#if file.type === "hash"} {#await fetch(urlNotTrailing + "/output/" + file.value).then((res) => res.text())}
{:then result}
{result}
{/await} {:else}
{atob(file.value)}
{/if}
{/if}
{/if} {/if}