Actions
Bug #7609
closedUsers can PM themselves
Description
Users are not supposed to be able to send PMs to themselves. The delete handling also needs to account for this encase it does happen via API.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1482
Users attempting to PM themselves will properly throw an error now. In addition to this if the user is the TO and FROM recipient of a message it will trigger final delete instead of just delete state.
Actions