Retry outbound "normal" messages for up to a day

This commit is contained in:
Evan Hahn
2021-08-31 15:58:39 -05:00
committed by GitHub
parent 62cf51c060
commit a85dd1be36
30 changed files with 1414 additions and 603 deletions

View File

@@ -77,7 +77,7 @@ export type SendOptionsType = {
online?: boolean;
};
type PreviewType = {
export type PreviewType = {
url: string;
title: string;
image?: AttachmentType;