Hi,
In createUser, I need to be able to specify a name, rather than the default that you provide. So my suggested change is:
mention_name: params.mention_name ? params.mention_name : params.name.replace(/\s+/g, ''),
Sorry, I don't use CoffeScript, so I'm not able to do a pull request.
Thanks,
Mike
Hi,
In createUser, I need to be able to specify a name, rather than the default that you provide. So my suggested change is:
mention_name: params.mention_name ? params.mention_name : params.name.replace(/\s+/g, ''),Sorry, I don't use CoffeScript, so I'm not able to do a pull request.
Thanks,
Mike