wip: refactoring
This commit is contained in:
parent
ed9fba99c9
commit
dfe5fd8d97
19 changed files with 97 additions and 75 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue