mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-28 08:52:45 +00:00
fix: allow compact retry after failed session compaction (#53875)
This commit is contained in:
@@ -646,7 +646,6 @@ public final class OpenClawChatViewModel {
|
||||
}
|
||||
|
||||
self.isCompacting = true
|
||||
self.lastCompactAt = Date()
|
||||
self.isLoading = true
|
||||
self.errorText = nil
|
||||
defer {
|
||||
@@ -665,6 +664,7 @@ public final class OpenClawChatViewModel {
|
||||
return
|
||||
}
|
||||
|
||||
self.lastCompactAt = Date()
|
||||
await self.bootstrap()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user