fix ci
This commit is contained in:
parent
4886f28a3c
commit
8ef30ab966
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ toolLoop:
|
||||||
AgentID: ts.agent.ID,
|
AgentID: ts.agent.ID,
|
||||||
SessionKey: ts.sessionKey,
|
SessionKey: ts.sessionKey,
|
||||||
Scope: outboundScopeFromSessionScope(ts.opts.Dispatch.SessionScope),
|
Scope: outboundScopeFromSessionScope(ts.opts.Dispatch.SessionScope),
|
||||||
Parts: parts,
|
Parts: parts,
|
||||||
}
|
}
|
||||||
if al.channelManager != nil && ts.channel != "" && !constants.IsInternalChannel(ts.channel) {
|
if al.channelManager != nil && ts.channel != "" && !constants.IsInternalChannel(ts.channel) {
|
||||||
if err := al.channelManager.SendMedia(ctx, outboundMedia); err != nil {
|
if err := al.channelManager.SendMedia(ctx, outboundMedia); err != nil {
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ func (m *mockStreamer) Cancel(context.Context) {}
|
||||||
|
|
||||||
type mockStreamingChannel struct {
|
type mockStreamingChannel struct {
|
||||||
mockMessageEditor
|
mockMessageEditor
|
||||||
streamer Streamer
|
streamer Streamer
|
||||||
resolveChatIDFn func(chatID string, outboundCtx *bus.InboundContext) string
|
resolveChatIDFn func(chatID string, outboundCtx *bus.InboundContext) string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue