Merge branch 'main' of github.com:mattermost/mattermost-octo-tasks into main
This commit is contained in:
commit
b35facae6b
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ func (s *SQLStore) UpdateSession(session *model.Session) error {
|
|||
}
|
||||
|
||||
query := s.getQueryBuilder().Update("sessions").
|
||||
Where(sq.Eq{"token": session.Token}).
|
||||
Set("update_at", now).
|
||||
Set("props", propsBytes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue