wip: refactoring

This commit is contained in:
adamdottv 2025-05-12 09:44:56 -05:00
commit dfe5fd8d97
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
19 changed files with 97 additions and 75 deletions

View file

@ -137,7 +137,7 @@ func (p *chatPage) sendMessage(text string, attachments []message.Attachment) te
p.session = newSession
// Update the current session in the session manager
session.SetCurrentSession(newSession.ID)
// session.SetCurrentSession(newSession.ID)
cmd := p.setSidebar()
if cmd != nil {