feat: -P filter tag

This commit is contained in:
Alejandro Gómez
2025-12-15 23:42:19 +01:00
parent 390290d2eb
commit f4a0d5e669
12 changed files with 1074 additions and 168 deletions

View File

@@ -137,6 +137,7 @@ export function WindowRenderer({ window, onClose }: WindowRendererProps) {
closeOnEose={window.props.closeOnEose}
nip05Authors={window.props.nip05Authors}
nip05PTags={window.props.nip05PTags}
needsAccount={window.props.needsAccount}
/>
);
break;