mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
add mailinglistAddr to getJson
This commit is contained in:
@@ -92,6 +92,7 @@ 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,6 +12,7 @@ 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