Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JOIN] [BUG] Mensaje incorrecto cuando usuario entra a canal #112

Closed
jdomingu98 opened this issue Apr 23, 2024 · 0 comments · Fixed by #116
Closed

[JOIN] [BUG] Mensaje incorrecto cuando usuario entra a canal #112

jdomingu98 opened this issue Apr 23, 2024 · 0 comments · Fixed by #116
Assignees
Labels
bug Something isn't working

Comments

@jdomingu98
Copy link
Owner

jdomingu98 commented Apr 23, 2024

Basicamente cuando el usuario Q entra al canal #A (es el segundo usuario que entra, es decir, ya ha un operador) se envía un mensaje al resto de usuarios del canal avisando de esta accion.

El problema que ocurre es que los datos del mensaje no coincide con los datos del usuario que entra. Si tenemos dos usuarios A (operador) y Q (usuario), al entrar Q al canal se le envía un JOIN_MSG a A, pero con los datos de A en lugar de los de Q

Borrar tmb los : al final de la macro JOIN_MSG

@jdomingu98 jdomingu98 added the bug Something isn't working label Apr 23, 2024
@Atrujillo02 Atrujillo02 linked a pull request Apr 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants