feat: able to get message sending status now (#58)

This commit is contained in:
JustSong
2023-05-07 13:16:44 +08:00
parent 1cade7a218
commit 4530104264
9 changed files with 183 additions and 27 deletions
+1
View File
@@ -33,6 +33,7 @@ func main() {
if err != nil {
common.FatalLog(err)
}
go channel.LoadAsyncMessages()
defer func() {
err := model.CloseDB()
if err != nil {