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-26 11:59:08 +01:00
2016-07-06 12:18:19 +09:00
2016-07-27 12:24:52 +01:00
2016-07-25 17:22:15 +01:00
2016-07-28 10:38:56 +01:00
2016-07-18 16:39:44 +01:00
2016-07-19 18:56:16 +01:00
2016-07-15 09:29:54 +01:00
2016-07-26 16:46:53 +01:00