Add document unsubscribe link in email footer (#5762)

This commit is contained in:
Tom Moor
2023-09-03 19:04:28 -04:00
committed by GitHub
parent 0261e0712c
commit d7c331532d
24 changed files with 347 additions and 161 deletions

View File

@@ -345,6 +345,7 @@
"Indent": "Indent",
"Outdent": "Outdent",
"Could not import file": "Could not import file",
"Unsubscribed from document": "Unsubscribed from document",
"Account": "Account",
"API Tokens": "API Tokens",
"Details": "Details",

View File

@@ -219,6 +219,10 @@ export enum UnfurlType {
Document = "document",
}
export enum QueryNotices {
UnsubscribeDocument = "unsubscribe-document",
}
export type OEmbedType = "photo" | "video" | "rich";
export type Unfurl<T = OEmbedType> = {