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

Add patch for connected event issue #2

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

kb0rg
Copy link

@kb0rg kb0rg commented Jun 29, 2019

TODO:

  • debug and fix release notification not being sent (context here)

This PR adds the patch that @Shadowfiend made (and opened a PR for) many months ago to our fork of the flowdock adapter

The `connected` event was being emitted after the Flowdock connection was
*initiated*, but that meant the event was dispatched before there was actually
a live connection to work with. This meant sending messages on connect, for
example, wouldn't work.

The `connected` event is now correctly dispatched once the connection to
Flowdock is fully established and authed, and all flows have been joined.
@kb0rg
Copy link
Author

kb0rg commented Jun 29, 2019

Currently testing heimdall with this branch, will mark WIP until we've seen how this plays out

@kb0rg kb0rg changed the title Add patch for connected event issue [WIP] Add patch for connected event issue Jun 29, 2019
@kb0rg
Copy link
Author

kb0rg commented Jul 2, 2019

@Shadowfiend if you prefer to close this out and open a new PR yourself, since this is your work anyway, go for it.

Also, I don't think this really needs to wait for the PR referenced in the TODO after all

@Shadowfiend
Copy link

Missed this guy until just now---it's working, I think we can just merge. Any reason not to on your end?

Copy link

@Shadowfiend Shadowfiend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay let's do the thing!

@Shadowfiend Shadowfiend changed the title [WIP] Add patch for connected event issue Add patch for connected event issue Jul 2, 2019
@Shadowfiend Shadowfiend merged commit 6ea3e5f into master Jul 2, 2019
@Shadowfiend Shadowfiend deleted the add-connected-event-patch branch July 2, 2019 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants