소스 검색

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
}


불러오는 중...
취소
저장