intergram
intergram copied to clipboard
Adding property for "You" visitor name
As the code is implemented, "You" prefix is controlled like that:
if (from === 'visitor') {
name = "You";
}
But it could controlled by something like that:
if (from === 'visitor') {
name = props.conf.visitorMessageName;
}
I could do the change and open a PR if this feature is wanted.
Sure. Create a PR and I will review and merge it.
Please leave "You"
as the default pronoun for users who don't use props.conf.visitorPronoun
This change has not been implemented, right?
@ostpnk Change was done and PR was created, but still not accepted neither merged
@NFKData , thank you! @idoco , could you please help with it?
Closing as the PR is already merged!