message_fetch: Deduplicate logic for start_older_batch.

We were doing this work individually in all the callers of
load_messages; better is to just do it in one place.
This commit is contained in:
Tim Abbott
2018-12-12 16:06:38 -08:00
parent 9ccb3a2ad1
commit 7febf724f3
3 changed files with 9 additions and 9 deletions

View File

@@ -42,6 +42,7 @@ run_test('basics', () => {
reset();
fetch_status.start_initial_narrow();
fetch_status.start_older_batch();
blocked_newer();
blocked_older();
@@ -64,6 +65,7 @@ run_test('basics', () => {
reset();
fetch_status.start_initial_narrow();
fetch_status.start_older_batch();
blocked_newer();
blocked_older();