Code is here : org.ametys.plugins.mobileapp.FeedHelper.getEventDescription(Map<String, Object>, String)
3 possibilities :
duplicate all the i18n keys to remove the author
placeholder where the author is in the text (something like <author>)
blank text + trim (for now, the author is always the 1st part of the text)
Pierre Gros (Inactive)
added a comment - Code is here : org.ametys.plugins.mobileapp.FeedHelper.getEventDescription(Map<String, Object>, String)
3 possibilities :
duplicate all the i18n keys to remove the author
placeholder where the author is in the text (something like <author>)
blank text + trim (for now, the author is always the 1st part of the text)
I suggest to not work on this issue at this time. We need to see if finally it works like that or not.