proto modify

This commit is contained in:
wangchuxiao
2023-03-03 17:42:26 +08:00
parent 7050b64b19
commit 96d9b25b57
76 changed files with 1038 additions and 1230 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ package msg
import "context"
func DeleteMessageNotification(ctx context.Context, userID string, seqs []uint32) {
func DeleteMessageNotification(ctx context.Context, userID string, seqs []int64) {
panic("todo")
}