You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NotificationRecord struct is really DynamoDB specific, representing the stored notification in DynamoDB w/ conversions between the higher level Notification struct.
So this struct should be removed entirely. However we still use its static method for parsing chidmessageids, which should be moved elsewhere (probably into RangeKey).
Really a followup to https://mozilla-hub.atlassian.net/browse/SYNC-3451
The
NotificationRecord
struct is really DynamoDB specific, representing the stored notification in DynamoDB w/ conversions between the higher levelNotification
struct.So this struct should be removed entirely. However we still use its static method for parsing
chidmessageid
s, which should be moved elsewhere (probably intoRangeKey
).┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: