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
We are querying for the entire domain object in NotificationMessage repository. Instead of doing this, try to only query and retain the minimum set of data needed (aggregate root) for the domain object. Look for this ticket in the comments to find the areas that need updating.