feat: able to view messages on dashboard (close #32)

This commit is contained in:
JustSong
2023-04-16 12:50:01 +08:00
parent c16530cf6e
commit 26a3c76f3f
8 changed files with 426 additions and 3 deletions
+7
View File
@@ -92,3 +92,10 @@ const (
SendEmailToOthersAllowed = 1
SendEmailToOthersDisallowed = 2
)
const (
MessageSendStatusUnknown = 0
MessageSendStatusPending = 1
MessageSendStatusSent = 2
MessageSendStatusFailed = 3
)