-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] allow uncaching of other media types #1234
[feature] allow uncaching of other media types #1234
Conversation
The failing test I'm pretty sure is due to me fiddling with the test models for remote media tests, something i'll take a look at another day |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, nice! I'm pleasantly surprised by how few code changes this ended up requiring. So the refetch of avatars + headers Just Works now?
it does! confirmed by the fact that before 899d385 i accidentally nuked all of my remote avatars/headers and they all reloaded :') |
… RemoteOlderThan() to include headers/avis Signed-off-by: kim <[email protected]>
Signed-off-by: kim <[email protected]>
Signed-off-by: kim <[email protected]>
Signed-off-by: kim <[email protected]>
Signed-off-by: kim <[email protected]>
b88689f
to
ce4b4bb
Compare
…last Signed-off-by: kim <[email protected]>
@tsmethurst all tests are passing and this is ready to go now :) turns out i inserted the generated preserialized key in the test account models area at the wrong index. |
Sweet! Gonna try it out :D |
No description provided.