update cached profiles on handle change

This commit is contained in:
Roland Osborne 2022-06-01 12:33:01 -07:00
parent 526d7341e1
commit 66da560302

View File

@ -40,6 +40,7 @@ func SetAccountLogin(w http.ResponseWriter, r *http.Request) {
return
}
SetProfileNotification(account);
SetStatus(account)
WriteResponse(w, nil)
}