mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
8 lines
132 B
Go
8 lines
132 B
Go
package msg
|
|
|
|
import "context"
|
|
|
|
func DeleteMessageNotification(ctx context.Context, userID string, seqs []uint32) {
|
|
panic("todo")
|
|
}
|