Skip to content

Commit

Permalink
fix: Record PushRegistration Correctly in UI (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Jun 7, 2024
1 parent d392d62 commit 2d124ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ - (void)didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
event:nil
parameters:queueParameters
messageType:MPMessageTypePushRegistration
userInfo:nil
userInfo:@{@"state":@1}
];
});
}
Expand Down

0 comments on commit 2d124ec

Please sign in to comment.