mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +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")
|
||
|
|
}
|