- Edit a project description, using `@mentions` to mention a user by username.
- This fatals:
{P1682, lines=2}
T6403 has a general discussion of this issue.
Fix is to add:
case blahblah::TYPE_EDGE:
return;
...or simliar to applyInternal/applyExternal in ProjectEditor, if one of you gets there before I do.