push_notification: Update comment for unregister.

This commit is contained in:
Umair Khan 2018-02-20 10:03:12 +05:00 committed by Tim Abbott
parent 8a8b0dd87d
commit 5086ba8568
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ def add_push_device_token(user_profile: UserProfile,
def remove_push_device_token(user_profile: UserProfile, token_str: bytes, kind: int) -> None:
# If we're sending things to the push notification bouncer
# register this user with them here
# unregister this user with them here
if uses_notification_bouncer():
# TODO: Make this a remove item
post_data = {