mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 13:03:39 +00:00
Improve paging
This commit is contained in:
@@ -32,5 +32,4 @@ export async function injectPromo(user: User, timeline: Note[]) {
|
||||
|
||||
// Inject promo
|
||||
timeline.splice(3, 0, note);
|
||||
timeline.pop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user