Skip to content

Commit

Permalink
Don't modify registration IDs from the "set account attributes" endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal committed Nov 29, 2023
1 parent 01fde4f commit aa23a54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ public void setAccountAttributes(
d.setName(attributes.getName());
d.setLastSeen(Util.todayInMillis());
d.setCapabilities(attributes.getCapabilities());
d.setRegistrationId(attributes.getRegistrationId());
d.setPhoneNumberIdentityRegistrationId(attributes.getPhoneNumberIdentityRegistrationId());
d.setUserAgent(userAgent);
});

Expand Down

0 comments on commit aa23a54

Please sign in to comment.