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

Restore streaming API output format #4100

Merged
merged 2 commits into from
Jul 7, 2017
Merged

Restore streaming API output format #4100

merged 2 commits into from
Jul 7, 2017

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Jul 7, 2017

Regression from #4090

const now = new Date().getTime();
const delta = now - queued_at;
const encodedPayload = typeof payload === 'number' ? payload : JSON.stringify(payload);

Copy link
Sponsor Member

@ykzts ykzts Jul 7, 2017

Choose a reason for hiding this comment

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

delete unnecessary indent.

@Gargron Gargron merged commit ebd2dde into master Jul 7, 2017
@Gargron Gargron deleted the Gargron-patch-1 branch July 7, 2017 14:56
ikuradon added a commit to ikuradon/mastodon that referenced this pull request Jul 8, 2017
ikuradon added a commit to ikuradon/mastodon that referenced this pull request Jul 8, 2017
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

2 participants