uwu we made a fucky wucky

This commit is contained in:
tsmethurst 2021-08-10 21:45:49 +02:00 committed by tsmethurst
commit 778c8377e4
2 changed files with 7 additions and 26 deletions

View file

@ -50,7 +50,7 @@ type Timeline interface {
// This will NOT include the status with the given ID.
//
// This corresponds to an api call to /timelines/home?since_id=WHATEVER
GetXBeforeID(amount int, sinceID string, startFromTop bool, attempts *int) ([]*apimodel.Status, error)
GetXBeforeID(amount int, sinceID string, startFromTop bool) ([]*apimodel.Status, error)
// GetXBetweenID returns x amount of posts from the given maxID, up to the given id, from newest to oldest.
// This will NOT include the status with the given IDs.
//