Skip to content

Allow for particular mention_name in createUser #14

Description

@mikehedman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions