fix: pass follow props through WindowRenderer to ReqViewer

The follow and followInterval props were parsed correctly but not passed
through to the ReqViewer component in WindowRenderer.tsx.

https://claude.ai/code/session_01Tv9Th39LyQwctwEWqqDVNo
This commit is contained in:
Claude
2026-01-27 10:24:04 +00:00
parent 50535e67e6
commit 92651a60aa

View File

@@ -162,6 +162,8 @@ export function WindowRenderer({ window, onClose }: WindowRendererProps) {
relays={window.props.relays}
closeOnEose={window.props.closeOnEose}
view={window.props.view}
follow={window.props.follow}
followInterval={window.props.followInterval}
nip05Authors={window.props.nip05Authors}
nip05PTags={window.props.nip05PTags}
domainAuthors={window.props.domainAuthors}