mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 08:27:27 +02:00
Major simplifications based on user feedback: - Render root event as regular message instead of special feed renderer - Remove special-case logic for hiding reply preview when replying to root - Include root event in messages list using RxJS combineLatest - Change root author role from "admin" to "op" (original poster) - Fix NIP-10 protocol link handler in chat header - Add "Chat" option to event context menu for kind 1 events - Fix unused parameter warnings in nip-10-adapter This refactoring reduces complexity and makes NIP-10 threads behave more consistently with other chat protocols.