瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
69eddab08c
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      internal/logic/api/logic_ext.go

+ 2
- 3
internal/logic/api/logic_ext.go 查看文件

@@ -2,6 +2,7 @@ package api

import (
"context"
"gim/internal/business/comm/utils"
"gim/internal/logic/app"
"gim/pkg/grpclib"
"gim/pkg/pb"
@@ -76,9 +77,7 @@ func (s *LogicExtServer) RecallMessage(ctx context.Context, in *pb.RecallMessage
return nil, err
}
if in.MessageContentBack != "" {
buf, err := proto.Marshal(&pb.Text{
Text: in.MessageContentBack,
})
buf, err := proto.Marshal(&pb.RECALL{RecallSeq: utils.StrToInt64(in.MessageContentBack)})
if err != nil {
return nil, err
}


Loading…
取消
儲存