Skip to content
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

refactor Move for more redundancy #3360

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Commits on Apr 22, 2024

  1. refactor Move for more redundancy

    As outlined in bookwyrm-social#3354, a use `Move` fails if the user is moving from a BookWyrm server to another BookWrym server.
    This is because:
    
    1. the original code did not announce changes to alsoKnownAs;
    2. the original code always checked the locally saved profile rather than refetching the remote data;
    
    This commit fixes both these problems by forcing `MoveUser` to always perform a "refresh" of the local data from the remote, and by saving the user with broadcast=True when updating alsoKnownAs ids.
    hughrun committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6684d60 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    839ab2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24fdf7 View commit details
    Browse the repository at this point in the history