This diff introduces a database method to update the device notification token field.
The purpose is to update the device notification token when the token is expired or wrong.
Related Linear task: ENG-1782
Differential D5179
[services] Tunnelbroker - Add `updateSessionItemDeviceToken` database method • max on Sep 19 2022, 7:04 AM. Authored by Tags None Referenced Files
Details This diff introduces a database method to update the device notification token field. Related Linear task: ENG-1782
Diff Detail
Event TimelineComment Actions not familiar with Aws sdk, but the C++ looks about right. I feel like having a test case for this would help a lot of asserting that it has the desired behavior
Comment Actions We can always revisit if we want more detail than just a bool to denote success/failure. But that decision can be deferred. This looks fine to me. |