Skip to content

Commit

Permalink
feat: add msg send status
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Oct 24, 2024
1 parent be243db commit fc5adb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,11 @@ const (
FirstPageNumber = 1
MaxSyncPullNumber = 500
)

const (
MsgStatusSending = 1
MsgStatusSendSuccess = 2
MsgStatusSendFailed = 3
MsgStatusHasDeleted = 4
MsgStatusFiltered = 5
)

0 comments on commit fc5adb6

Please sign in to comment.