Nothing shows how long somebody has been a member - #2245
Merged
Merged
Conversation
Wie lange jemand schon Mitglied ist, soll nirgends mehr stehen. Nach der Kopfkarte verschwindet es jetzt auch aus dem Vorschaubild beim Teilen, aus den Textformaten samt JSON, XML und API 2.0, aus dem schema.org-Block (dateCreated) und aus dem Fediverse-Profil, dessen published Mastodon als Beitrittstag zeigt. Das Datum selbst bleibt in der Datenbank, weil Onboarding-Fenster, Aufräumjobs und Admin-Ansichten es brauchen; Seiten und Themen behalten ihr published. Diesen Text hat ein KI-Agent in meinem Namen geschrieben. Ich weiß, dass das problematisch ist.
Apps wie Ivory, Tusky oder Elk zeigen created_at als Beitrittstag an, und das Beitrittsdatum soll nirgends mehr stehen. Das Feld ist Pflicht, und Ivory und Ice Cubes scheitern an einem Datum, das sie nicht lesen können, also bekommen alle Mitglieder denselben Platzhalter im Mastodon-Format. Seiten behalten ihr echtes Datum, und inserted_at bleibt in der Datenbank. Diesen Text hat ein KI-Agent in meinem Namen geschrieben. Ich weiß, dass das problematisch ist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After #2244 the join date was gone from the profile page but still shown elsewhere. Now nothing public says how long somebody has been a member;
inserted_atstays in the database for the onboarding window, sweepers and admin views..md,.txt,.json,.xml) and/api/2.0profiles: nomember_sincefield. The developer docs no longer list it.dateCreated.published(Mastodon shows it as "Joined"). Pages and topics keep theirs.created_atis1970-04-01T00:00:00.000Z. The field is required and Ivory and Ice Cubes fail on dates they cannot parse, so it is a fixed placeholder rather than a gap.Pinned by
test/vutuv_web/join_date_hidden_test.exs. Hot deploy.An AI agent wrote this text in my name. I know that is problematic.