Skip to content

Strip out tracking ids from showing in various places

Chris Talbot requested to merge wip/utm_send into main

Sort of like stripping out the tracking IDs from the message row, it would be nice to just strip out the tracking IDs globally from Chatty.

This adds functionality to remove it from:

  • Showing up in the notification
  • Showing up in the message preview in the main view
  • Removing then automatically when they are pasted into the message bar
  • When copied from the message row

These is guarded behind the "Strip Tracking ID" setting in Chatty (which is off by default).

Per Guido's suggestion, When pasting a URL that has a tracking is stripped, Chatty will also pop up a dialog the first time it happens so the user knows why it was cleaned.

Edited by Chris Talbot

Merge request reports