diff --git a/src/xmpp/XMPP.ts b/src/xmpp/XMPP.ts index 2cdb6429..1cbc6b8c 100644 --- a/src/xmpp/XMPP.ts +++ b/src/xmpp/XMPP.ts @@ -192,7 +192,7 @@ class XMPP extends Base { const authorMember = this.client.party.members.get(authorId); if (!authorMember) return; - console.log('Group chat from', authorMember) + console.log('Group chat from', authorMember.id) const partyMessage = new PartyMessage(this.client, { content: m.body ?? '', author: authorMember, sentAt: new Date(), id: m.id as string, party: this.client.party,