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

Track sent chat message #138

Merged
merged 5 commits into from
Apr 28, 2017
Merged

Track sent chat message #138

merged 5 commits into from
Apr 28, 2017

Conversation

justinswart
Copy link
Contributor

What

Koala tracking event for when a chat message is sent.

Also removed a redundant tracking method that should've been removed from #107.

Copy link
Contributor

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

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

looks good! thanks!

@@ -571,4 +571,26 @@ final class KoalaTests: TestCase {
XCTAssertEqual(["Cool Live Stream"], client.properties(forKey: "live_stream_name", as: String.self))
XCTAssertEqual([startDate], client.properties(forKey: "live_stream_start_date", as: Double.self))
}

func testTrackSentChatMessage() {
Copy link
Contributor

Choose a reason for hiding this comment

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

nice! thanks for writing a dedicated koala tracking test! we don't do this enough

@justinswart justinswart merged commit 75e0ffe into master Apr 28, 2017
@justinswart justinswart deleted the track-sent-chat-message branch April 28, 2017 14:31
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.

None yet

3 participants