Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Create separate methods for getting messages to push #966

Merged
merged 2 commits into from
Jul 29, 2016

Conversation

NegativeMjark
Copy link
Contributor

for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.

for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.

The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.

The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.
@erikjohnston
Copy link
Member

LGTM

@NegativeMjark NegativeMjark merged commit a679a01 into develop Jul 29, 2016
@richvdh richvdh deleted the markjh/fix_push branch December 1, 2016 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants