From 37198933d7158b2dd42774f665ddab479ba5beed Mon Sep 17 00:00:00 2001 From: sepehr-safari Date: Fri, 21 Aug 2026 14:20:43 +0300 Subject: [PATCH] The roadmap describes two things that already work Notifications: the roadmap listed "who it was and what they did" as still to come. That shipped in August. A notification row already draws the author's avatar, the verb spelled out ("reacted to your note", "zapped your note"), the amount in sats, and a two-line preview of the note rendered through the same spans the feed uses. Anyone could open the app and see the roadmap asking for what was in front of them. What is genuinely still missing is a notification that reaches you when Plaza is not the window you are looking at, and the next section already says exactly that, so the sentence had nothing left to ask for. NIP-44: the roadmap said Notary gains decrypt first. Notary has it. The library's bunker handles nip44_encrypt and nip44_decrypt, and Notary's approval classifier already routes both past a human alongside sign_event. The half that is missing is Plaza's own NIP-46 client, which has only ever sent connect and sign_event. The line pointed at the wrong repository. --- content/roadmap.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/roadmap.mdx b/content/roadmap.mdx index 414b528..6c10be0 100644 --- a/content/roadmap.mdx +++ b/content/roadmap.mdx @@ -56,8 +56,8 @@ render elsewhere. A profile with more than three fields, because Plaza reads eig kind 0 and lets you edit three, and `lud16` is not one of them, so an account set up only in Plaza cannot receive a zap at all. Zaps you can send, not only verify. Finding a person, both locally over the profiles already on your disk and through NIP-50 where a relay supports it. -Notifications that say who it was and what they did. Deleting your own note, NIP-36 content -warnings, and something drawn in place of a kind Plaza cannot render. +Deleting your own note, NIP-36 content warnings, and something drawn in place of a kind Plaza +cannot render. ### An app worth leaving open @@ -90,8 +90,9 @@ a client without a local store cannot offer. Private messages: NIP-17, gift wrapped per NIP-59 (a kind 13 seal inside a kind 1059 wrap), on the local store, signing through Notary, published only to the recipient's kind 10050 DM -relays. Notary gains NIP-44 decrypt first, because the seal's conversation key derives from -the identity key. +relays. The seal's conversation key derives from the identity key, so the signer has to do the +NIP-44 work; Notary and the library already do, and it is Plaza's own NIP-46 client that has to +learn to ask for it. NIP-23 long-form, which is a large part of what people write here and which Plaza cannot display. NIP-71 video that actually plays, which in a renderer with no browser means platform