diff --git a/node/lib/chat.ts b/node/lib/chat.ts index 7aad8024f..18ec2eb26 100644 --- a/node/lib/chat.ts +++ b/node/lib/chat.ts @@ -92,7 +92,6 @@ export class Chat { color: this.color, id: this.getId(), name: this.getName(), - mailinglistAddr: this.getMailinglistAddr(), profileImage: this.getProfileImage(), type: this.getType(), isSelfTalk: this.isSelfTalk(), diff --git a/node/lib/types.ts b/node/lib/types.ts index c4d36a68e..feb6e981e 100644 --- a/node/lib/types.ts +++ b/node/lib/types.ts @@ -12,7 +12,6 @@ export interface ChatJSON { color: string id: number name: string - mailinglistAddr: string, profileImage: string type: number isSelfTalk: boolean