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

Warn that a huddle as started #43

Closed
Konubinix opened this issue Dec 7, 2023 · 1 comment · Fixed by #45
Closed

Warn that a huddle as started #43

Konubinix opened this issue Dec 7, 2023 · 1 comment · Fixed by #45
Labels
enhancement New feature or request

Comments

@Konubinix
Copy link
Contributor

When a huddle is started, there is no event in matrix and the logs of the bridge during the time of the huddle are

DBG Starting handling of XXX by USLACKBOT, subtype huddle_thread module=Portal/XXX
WRN Received unknown message subtype huddle_thread module=Portal/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "huddle_invite"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "huddle_invite_cancel"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX
WRN unknown message {unmarshalling_error RTM Error: Received unmapped event "user_huddle_changed"} module=User/XXX

I would have expected to at least see a message that would suggest me to open my slack app not to miss the huddle.

@Konubinix Konubinix added the enhancement New feature or request label Dec 7, 2023
@Konubinix
Copy link
Contributor Author

By looking at the code, I understand that this needs also an improvement at https://github.com/beeper/slackgo so that it maps huddle event in https://github.com/beeper/slackgo/blob/36e35976c9c3d6d5c833713c860b762d3f258eb8/websocket_managed_conn.go#L532

@tulir tulir closed this as completed in #45 Apr 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant