Remove hidden visibility in backend #175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What type of refactoring is this?
What parts of the code do you think should be refactored?
Remove hidden visibility from note.
Why should the code be refactored that way?
Considering that the hidden type was introduced for import and !10738 is merged, it is possible to consider removing it.
However, it seems that the complexity is not low at present, and it feels at the same level as rollback "enhance privacy of notes" which !10696 discussed.
Version
20240729
Instance
Contribution Guidelines
By submitting this issue, you agree to follow our Contribution Guidelines
Are you willing to refactor the code? (optional)
Author: laozhoubuluo
Well, I will submit MR once I have completed the impact assessment.
Author: naskya
I’d like to convert the existing
hiddenposts tohome, removehiddenfrom the visibility enum (ALTER TYPE ...), and remove thevisibility === "hidden"checks in the backend. I see no reason why we should keep this one.Author: naskya
changed title from Remove hidden visibility {-from note-} to Remove hidden visibility {+in backend+}