mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 14:14:07 +02:00
- Stop following a repost chain past MAX_REPOST_DEPTH: previously it fell through to rendering the repost event's own JSON content as if it were a note. Now it shows a "chain too deep" message instead. - Validate that each embedded repost tag is itself an array of strings, not just that `tags` is an array, so a malformed embed (e.g. tags: [1]) can't crash rendering. - Propagate the quoted note's relay hints when opening it from the preview, so "Open" can still resolve notes that only exist on a hinted relay. - Give useCreateQuotePost() the same friendly "sign in" error as useToggleRepost() instead of relying on useNostrPublish()'s generic one. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BYiUtZMQeA5RHggQw73wto