mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +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,
|
color: this.color,
|
||||||
id: this.getId(),
|
id: this.getId(),
|
||||||
name: this.getName(),
|
name: this.getName(),
|
||||||
mailinglistAddr: this.getMailinglistAddr(),
|
|
||||||
profileImage: this.getProfileImage(),
|
profileImage: this.getProfileImage(),
|
||||||
type: this.getType(),
|
type: this.getType(),
|
||||||
isSelfTalk: this.isSelfTalk(),
|
isSelfTalk: this.isSelfTalk(),
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ export interface ChatJSON {
|
|||||||
color: string
|
color: string
|
||||||
id: number
|
id: number
|
||||||
name: string
|
name: string
|
||||||
mailinglistAddr: string,
|
|
||||||
profileImage: string
|
profileImage: string
|
||||||
type: number
|
type: number
|
||||||
isSelfTalk: boolean
|
isSelfTalk: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user