merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -39,6 +39,9 @@ func (r *Router) NotifyAccountFreezeChanged(_ context.Context, freeze domain.Acc
|
|||
if r == nil || freeze.UserID == 0 {
|
||||
return nil
|
||||
}
|
||||
if r.deps.UserProjectionFacts != nil {
|
||||
r.deps.UserProjectionFacts.InvalidateAccountFreezeFact(freeze.UserID)
|
||||
}
|
||||
r.invalidateRPCProjectionForUser(freeze.UserID)
|
||||
if r.accountFreezeWake != nil {
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue