UserStore migration (#15563)
* Migration completed * Fix tests * Fix tests * Fix tests * Suggestions * Trigger CI * Suggestions * Merge with master * Trigger CI Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d51d843fcd
Коммит
96f1739f8f
@@ -111,7 +111,7 @@ func (m *Mfa) Deactivate(userId string) *model.AppError {
|
||||
return err
|
||||
}
|
||||
|
||||
schan := make(chan *model.AppError, 1)
|
||||
schan := make(chan error, 1)
|
||||
go func() {
|
||||
schan <- m.Store.User().UpdateMfaSecret(userId, "")
|
||||
close(schan)
|
||||
|
||||
Ссылка в новой задаче
Block a user