mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
modify msg
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package msg
|
||||
|
||||
func callbackSetMessageReactionExtensions() {
|
||||
import "Open_IM/pkg/proto/msg"
|
||||
|
||||
func callbackSetMessageReactionExtensions(req *msg.ModifyMessageReactionExtensionsReq) {
|
||||
|
||||
}
|
||||
|
||||
func callbackDeleteMessageReactionExtensions() {
|
||||
func callbackDeleteMessageReactionExtensions(req *msg.OperateMessageListReactionExtensionsReq) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user