Closed michelc closed 1 year ago
Exactly, it should be updated. I already have the project open, I'm on it ! Thanks
I also want to add methods (either on the MastodonList or on the client with the MastodonList as parameter) to get the next/prev page, instead of using the ArrayOptions - it's something I have thought about for some time…
I usually post a message when the fix is on nuget, but you can close it if you want ;)
Now that the properties of the ArrayOptions class have been transformed from
long
tostring
, shouldn't theNextPageMaxId
,PreviousPageSinceId
andPreviousPageMinId
properties of theMastodonList
class also be changed?I can try to code it if you think it should be done.