Allow users to opt-in to spaces that strip signatures

This commit is contained in:
Jon Staab
2025-09-03 09:02:54 -07:00
parent a94883089e
commit 99defc6d79
13 changed files with 281 additions and 58 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<script lang="ts">
import type {Snippet} from "svelte"
interface Props {
children?: import("svelte").Snippet
children?: Snippet
}
const {children}: Props = $props()