-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
IOS-174: Don't persist followers #1137
Conversation
d9d9a3c
to
ed98024
Compare
86ecbde
to
608d2a5
Compare
dffd84d
to
611d92d
Compare
611d92d
to
83e4584
Compare
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.
LGTM 👍 I was just wondering if we could even get rid of MastodonAuthenticationBox.sharedCache
finally, as the reason for implementing this has been the incorrect relationships we're keeping in the Database. But I've looked at the code and now I'm uncertain wether the better point in time wouldn't be once MastodonUser
has been cleared from CoreData.
tl;dr: Don't use
MastodonUser
on "Followers"-screen, butMastodon.Entity.Account
This PR build on Don't persist following #1136, but should be merged in, this was done automatically 🤯develop
, once Don't persist following #1136 is merged