mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-22 21:51:30 +01:00
chore: update query type
This commit is contained in:
parent
c678d43209
commit
e7279a0ab6
@ -45,7 +45,7 @@ extension Mastodon.API.Favorites {
|
||||
.eraseToAnyPublisher()
|
||||
}
|
||||
|
||||
public struct FavoriteStatusesQuery: GetQuery,TimelineQueryType {
|
||||
public struct FavoriteStatusesQuery: GetQuery, PagedQueryType {
|
||||
|
||||
public var limit: Int?
|
||||
public var minID: String?
|
||||
|
Loading…
Reference in New Issue
Block a user