In the Feed if there is a commit, its message can be mentioned twice: once in the title, once in the body.
Probably, it would be better to avoid to repeat the same phrase twice.
At the moment the content of the feed is generated by the Audit application, from:
PhabricatorAuditTransaction::getBodyForFeed()
Proposals - only for the web feed:
โ Proposal 1: clean the body
Current | Proposal |
---|---|
Removing the duplicate body may have more sense at the moment. So there is more creative space to then add a more useful body in the future.
โ Proposal 2: clean the title
Current | Proposal |
---|---|
๐ค Proposal 3: improving the body
Adding a more useful body would be interesting. But at the moment that would be a feature. Instead now we are just trying to fix a bug about duplicated texts.
Feel free to open a related task about improving the body. Probably this means improving the summary generator to be able to exclude the title and just show the next paragraph. But we have not that code right now.