several one-line panic, race, and logic fixes (#7766)
Этот коммит содержится в:
@@ -1185,7 +1185,7 @@ func (a *App) ViewChannel(view *model.ChannelView, userId string, clearPushNotif
|
||||
}
|
||||
}
|
||||
|
||||
times := map[string]int64{}
|
||||
var times map[string]int64
|
||||
if result := <-uchan; result.Err != nil {
|
||||
return nil, result.Err
|
||||
} else {
|
||||
|
||||
Ссылка в новой задаче
Block a user