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

"Joined Date" shows incorrect date when accounts are in not 3.4.0rc1 server #16187

Open
rinsuki opened this issue May 9, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@rinsuki
Copy link
Contributor

rinsuki commented May 9, 2021

Expected behaviour

If accounts are hosted in server that not supporting joined date federation, we should hide "Joined Date" from Web UI.

in API, I think we should split created_at and joined_at. If account is local user, joined_at simple returns created_at. if account is remote user, set "Date that server first knows this account" to created_at, and if accounts are hosted in server that supporting joined date federation, set "Joined Date" to joined_at (if not supported, set null to joined_at).

Actual behaviour

If accounts are hosted in server that not supporting joined date federation, Web UI displaying "Date that server first knows this account" (old created_at) as "Joined Date".

Steps to reproduce the problem

  1. Create New Mastodon Server (in 3.4.0rc1 or later)
  2. Input any URL of accounts (that are hosted in server that not supporting joined date federation) to Search Box
  3. Open Profile

Specifications

  • Mastodon 3.4.0rc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant