I too think it's possibly a software bug rather than a cache issue. We don't cache anything if you are signed in, and if it was a cache issue it would show both of the old names on the page rather than only one changing.
while i've got you here... i noticed another related issue: i changed my display name and bio a while ago, and the change has not propagated to other instances. compare:
(currently all remote instances show my old name...)
edit: ... and another issue: the link parsing of those URLs is overzealous, hijacking the parts that match (i'm guessing, approximately) the regex u/\w+@\w+\.\w+
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.
This might be another bug relating to federation, but might also be relating to caching on their end. Or because every Lemmy application keeps their own archive, it's possible the user display name doesn't federate on a change but only on a post that they can see? (Or not at all, or only on a timed refresh?)
Lets check after 24/48 hours on those links and we'll see what they say after that.
You need to report that to the admin of reddthat.com
oh, i assumed this is a function of the software, but you think it is a configuration issue on this instance?
ping @[email protected]
I too think it's possibly a software bug rather than a cache issue. We don't cache anything if you are signed in, and if it was a cache issue it would show both of the old names on the page rather than only one changing.
while i've got you here... i noticed another related issue: i changed my display name and bio a while ago, and the change has not propagated to other instances. compare:
(currently all remote instances show my old name...)
edit: ... and another issue: the link parsing of those URLs is overzealous, hijacking the parts that match (i'm guessing, approximately) the regex
u/\w+@\w+\.\w+
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.
This might be another bug relating to federation, but might also be relating to caching on their end. Or because every Lemmy application keeps their own archive, it's possible the user display name doesn't federate on a change but only on a post that they can see? (Or not at all, or only on a timed refresh?)
Lets check after 24/48 hours on those links and we'll see what they say after that.
ping @[email protected]
Tested it on https://enterprise.lemmy.ml/c/test and changes to the community name are visible immediately.