[Fix] User deletion & migration
This commit is contained in:
parent
da5a5a5dff
commit
722eb9b025
8 changed files with 150 additions and 119 deletions
|
|
@ -302,7 +302,6 @@ impl AnonymousClientConnection {
|
|||
|
||||
if cv.is_type(CommunicationType::GetUserData)
|
||||
|| cv.is_type(CommunicationType::GetIotaData)
|
||||
|| cv.is_type(CommunicationType::DeleteUser)
|
||||
{
|
||||
self.handle_omega_forward(cv).await;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue