Skip to content

Remove chat messages from cache on deletion #6175

Ben requested to merge fix/del-msg-cache-6175 into master

Ticket(s) / Related Merge Requests

#6175 (closed)

Summary of Changes

Remove chat messages from Apollo cache on message deletion to stop them reappearing.

Testing Considerations

  • After deleting a message and sending another message, the message does not reappear.

Deployment Considerations

Standard deployment.

Regression Scope

Message deletion.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual, unit (jasmine/karma).

Screenshots / Screen Recording

simplescreenrecorder-2024-05-01_11.33.14

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports