tap-freshdesk icon indicating copy to clipboard operation
tap-freshdesk copied to clipboard

TDL 17738 sync conversations stream correctly

Open prijendev opened this issue 2 years ago • 0 comments

Description of change

  • Updated logic for conversation stream to overwrite updated_at value by last_edited_at field if it is available.
  • If last_edited_at is not None then assign it's value to updated_at field.
  • Added unit tests for the changes.

Manual QA steps

  • For conversation record with last_edited_at field value, check updated_at is updated.
  • For conversation record with last_edited_at field null value, check updated_at is not updated.

Risks

Rollback steps

  • revert this branch

prijendev avatar Sep 06 '22 09:09 prijendev