Actions
Bug #7447
closedDouble parsing for post activity
Description
For posts directly on the wall activity is parsed twice in notifications. This results in the following display.
USER liked post <a href="...">Hi in your group Notify Test</a>
This should be the following.
USER liked post <a href="...">Hi</a> in your group <a href="...">Notify Test</a>
This also results in the following.
USER posted <a href="...">Hi in your group Notify Test</a> in your group <a href="...">Notify Test</a>
This should be the following.
USER posted <a href="...">Hi</a> in your group <a href="...">Notify Test</a>
Updated by krileon almost 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Requires fix in both CB Activity and CB GroupJive. See #7448
Actions