Closed sblaisot closed 3 months ago
Hello @sblaisot,
Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.
This can probably be tested. Unfortunately I don't have the required golang skills to add the test myself and I have seen no test on directChannel either so I have no example.
This PR has been automatically labelled "stale" because it hasn't had recent activity. A core team member will check in on the status of the PR to help with questions. Thank you for your contribution!
This PR has been automatically labelled "stale" because it hasn't had recent activity. A core team member will check in on the status of the PR to help with questions. Thank you for your contribution!
/update-branch
/update-branch
Thanks @sblaisot :+1:
Summary
Having
channel: summary
in the expand section of an app (using app framework) make it unusable in the context of a group channel with the error messageThis is because, like Direct channels, the Group channel type has no TeamID so the consistency check fail and the expand fail, preventing from firing the application call.
This pull request fixes that behavior by ignoring Group Channels on the TeamID consistency check
Ticket Link
Fixes mattermost/mattermost#27271 and JIRA MM-58505