Revert "add mailinglistAddr to getJson"

This reverts commit 5a4b12c914.
This commit is contained in:
B. Petersen
2022-07-26 14:36:25 +02:00
parent 5a4b12c914
commit 40fb02a00f
2 changed files with 0 additions and 2 deletions

View File

@@ -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(),

View File

@@ -12,7 +12,6 @@ export interface ChatJSON {
color: string
id: number
name: string
mailinglistAddr: string,
profileImage: string
type: number
isSelfTalk: boolean