mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 07:27:23 +02:00
ui: show 'left' in chat
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user