fix lint
This commit is contained in:
parent
1245f2ddf6
commit
d3d639cb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -2377,7 +2377,7 @@ turnLoop:
|
|||
if callHasMedia && !didStripMedia && isVisionUnsupportedError(err) {
|
||||
didStripMedia = true
|
||||
if !ts.opts.NoHistory {
|
||||
history := ts.agent.Sessions.GetHistory(ts.sessionKey)
|
||||
history = ts.agent.Sessions.GetHistory(ts.sessionKey)
|
||||
ts.agent.Sessions.SetHistory(ts.sessionKey, stripMessageMedia(history))
|
||||
|
||||
// Keep persistedMessages aligned so abort restore-point trimming remains correct.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue