Mark Haines 0a7d3cd00f Create separate methods for getting messages to push
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.
2016-07-28 20:24:24 +01:00
..
2016-07-27 12:30:22 +01:00
2016-04-07 16:52:07 +01:00
2016-07-18 16:39:44 +01:00
2016-07-20 16:40:28 +01:00
2016-07-22 13:21:07 +01:00
2016-07-26 07:35:48 +01:00
2016-03-22 14:08:13 +00:00
2016-07-26 11:05:39 +01:00
2016-01-28 17:09:09 +00:00
2016-06-03 11:04:31 +01:00
2016-07-26 13:32:15 +01:00
2016-01-07 04:26:29 +00:00
2016-06-24 11:45:23 +01:00
2016-06-07 15:07:11 +01:00
2016-05-31 15:32:32 +01:00
2016-07-20 10:18:09 +01:00