Skip to content

Remove profile fields from integrations

Bruna Pinos requested to merge touch-profile into main

Posts made by integrations and webhooks use the creator user and icon but these can be overridden in the ProfilePopover, but they still belong to the creator. Because of that, fields like Touch profile and Status from the integration owner are shown in the integration post. For that, this MR adds another check to see if it is an integration or a common user.

Old behaviour

image

MR Change

image

Merge request reports