File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ func (m MessageHandler) cardHandler(_ context.Context,
46
46
return nil , nil
47
47
}
48
48
if cardMsg .Kind == PicResolutionKind {
49
- //todo: 暂时不允许 以图搜图 模式下的 再来一张
50
- //CommonProcessPicResolution(cardMsg, cardAction, m.sessionCache)
49
+ CommonProcessPicResolution (cardMsg , cardAction , m .sessionCache )
51
50
return nil , nil
52
51
}
53
52
if cardMsg .Kind == PicTextMoreKind {
54
53
go func () {
55
54
m .CommonProcessPicMore (cardMsg )
56
55
}()
57
56
}
58
- if cardMsg .Kind == PicVarMoreKind {
59
- go func () {
60
- m .CommonProcessPicMore (cardMsg )
61
- }()
62
- }
57
+ //if cardMsg.Kind == PicVarMoreKind {
58
+ // //todo: 暂时不允许 以图搜图 模式下的 再来一张
59
+ // go func() {
60
+ // m.CommonProcessPicMore(cardMsg)
61
+ // }()
62
+ //}
63
63
if cardMsg .Kind == PicModeChangeKind {
64
64
newCard , err , done := CommonProcessPicModeChange (cardMsg , m .sessionCache )
65
65
if done {
You can’t perform that action at this time.
0 commit comments