Skip to content

Commit 2794bed

Browse files
authored
feat: Add Pylon email signature (#6352)
1 parent 6afcf9d commit 2794bed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/common/loadChat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ function setupPylon() {
121121
account_id: String(user.id),
122122
app_id: Project.pylonAppId || defaultPylonID,
123123
email: user.email,
124+
email_hash: user.pylon_email_signature,
124125
name: getUserDisplayName(user),
125126
},
126127
}

frontend/common/types/responses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ export type Account = {
584584
first_name: string
585585
last_name: string
586586
date_joined: string
587+
pylon_email_signature: string
587588
sign_up_type: SignupType
588589
id: number
589590
email: string

0 commit comments

Comments
 (0)