Reproducing the problem
- Get a test instance so that you don’t break an existing community.
- Set
max personal messages per day
= 1. (Default is 20. I’m not sure what 0 means for this setting, so I’m using the next best thing.) - Impersonate a non-staff user. (As an admin I didn’t see the problem. I’m guessing it’s because staff are not subject to this rate limit, but I haven’t looked at the code to be sure.)
- Send a test private message from the account you are impersonating to somebody else. (I sent it to my own account.)
- Flag a random post with the “Something Else” reason. (From what I can tell, other flag reasons don’t exhibit the problem.)
You should get a popup saying:
An error occurred: You’ve reached the maximum messages allowed per day. You can create more new messages in 23 hours.
Why it matters
There are several relevant settings:
- PM threads per day. (Default 20)
- Flags per day. (Default 20)
- Flags per day multiplies per trust level. (TL2 => 1.5, TL3 => 2, TL4 => 3)
As a result, use TL3 users can start up to 20 PM threads in a rolling 24-hour period and flag up to 40 posts. However, flags that use the “Something Else” reason count against both the PM thread limit and the flag limit. Since there is no TL multiplier for the PM limit, it’s impossible to increase the rate limit just for trusted users.
Perhaps more importantly, the message doesn’t seem related to the action the user took. It’s not obvious that one particular flag reason would start a PM thread. To see this confusion in real life, see these threads:
After investigating today, I now can suggest not using the “Something Else” reason if you run out of PM threads in a day. But that’s not ideal because it will discourage some users from adding necessary context to their flags. I’ll probably just increase the PM thread rate limit and hope nobody figures out they can start spamming other users.
Possible solutions
- Don’t count PM threads generated by the system against a user. So if I flag a post and the system helpfully turns it into a PM thread with the moderators, that shouldn’t count against my limit. For flags, only the flagging rate limit should apply.
- Fix the message so that users can self-diagnose the problem. I don’t have pithy copy to suggest, but it should be clear the problem is flagging with “Something Else” rather than other types of flags. I’d leave off any indication that this is related to PM threads unless its carefully explained. It’s just getting too much into the guts of the system for the average person.
- Add TL-based multipliers to the PM thread rate limit. I honestly think 20 is enough in all but the most extreme situations. But if flags eat into the limit, I’d want to give trusted users at least as many PM thread starts as regular users.