Guillermo Miralles Campillo

Results 3 issues of Guillermo Miralles Campillo

As talked on [this issue](https://github.com/idoco/intergram/issues/99) I implemented the custom visitor pronoun support with default "You" value.

As the code is implemented, "You" prefix is controlled like that: ```Javascript if (from === 'visitor') { name = "You"; } ``` But it could controlled by something like that:...

Like I talked with you, I have a few tips: - To use **Application.vala** just as the app launcher, (e.g) In main method just call a new instance of Launcher.vala...