mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Revert "add mailinglistAddr to getJson"
This reverts commit 5a4b12c914.
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -12,7 +12,6 @@ export interface ChatJSON {
|
||||
color: string
|
||||
id: number
|
||||
name: string
|
||||
mailinglistAddr: string,
|
||||
profileImage: string
|
||||
type: number
|
||||
isSelfTalk: boolean
|
||||
|
||||
Reference in New Issue
Block a user