zilencer: Rename remote_server_unregister_push.

This commit is contained in:
Rishi Gupta
2018-04-28 15:07:47 -07:00
parent 76650f5930
commit 42a99e8c1d
3 changed files with 3 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ def remove_push_device_token(user_profile: UserProfile, token_str: bytes, kind:
'token': token_str,
'token_kind': kind,
}
# Calls zilencer.views.remote_server_unregister_push.
# Calls zilencer.views.unregister_remote_push_device
send_to_push_bouncer("POST", "unregister", post_data)
return