mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 22:15:59 +08:00
proto modify
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user