Improve paging

This commit is contained in:
syuilo
2020-02-18 18:19:11 +09:00
parent 52fb1237ec
commit 3d79e7a136
2 changed files with 2 additions and 3 deletions

View File

@ -32,5 +32,4 @@ export async function injectPromo(user: User, timeline: Note[]) {
// Inject promo
timeline.splice(3, 0, note);
timeline.pop();
}