Save users to db in storetests, lint fix

Этот коммит содержится в:
Shivashis Padhi
2022-07-25 16:38:46 +05:30
родитель b3330b1eb0
Коммит 870d86ae1d
2 изменённых файлов: 13 добавлений и 8 удалений

Просмотреть файл

@@ -3032,7 +3032,7 @@ func postProcessTopDMs(s *SqlPostStore, userID string, topDMs []*model.TopDM) ([
if err != nil {
return nil, errors.Wrapf(err, "failed to get second participant information for user-id: %s", topDM.SecondParticipant)
}
if users[0].IsBot == true {
if users[0].IsBot {
continue
}
}