Skip to content

Add patch for connected event issue#2

Merged
Shadowfiend merged 1 commit into
masterfrom
add-connected-event-patch
Jul 2, 2019
Merged

Add patch for connected event issue#2
Shadowfiend merged 1 commit into
masterfrom
add-connected-event-patch

Conversation

@kb0rg

@kb0rg kb0rg commented Jun 29, 2019

Copy link
Copy Markdown

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

kb0rg commented Jun 29, 2019

Copy link
Copy Markdown
Author

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

kb0rg commented Jul 2, 2019

Copy link
Copy Markdown
Author

@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
Copy Markdown

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

@Shadowfiend Shadowfiend left a comment

Copy link
Copy Markdown

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