steps to reproduce:
- create a community
- change its name
- load own user profile
expected results:
- community’s new name is displayed both in the “Moderates” and “Subscribed” boxes
actual results:
- new community name is displayed in the “Moderates” box
- community’s old name is still displayed in the “Subscribed” box
additional notes:
- the renamed community’s new name becomes visible after subscribing to some other community
- sorry for posting this here, but, i don’t want to give microsoft my telephone/ID/firstborn/etc which is required to open an issue on github these days
User profiles are only updated every 24 hours so that is normal. The url parsing is handled in lemmy-ui, you can check the issue tracker or open a pull request.