ui: show 'left' in chat

This commit is contained in:
Alejandro Gómez
2026-01-12 11:43:14 +01:00
parent a76d0fabba
commit 385f599b67

View File

@@ -590,7 +590,7 @@ export class Nip29Adapter extends ChatProtocolAdapter {
content = "joined";
} else if (event.kind === 9001) {
// remove-user: admin removes someone
content = affectedPubkey === event.pubkey ? "left" : "was removed";
content = "left";
}
return {