Skip to content

feat(Composer): use the most private visibility when replying#1392

Merged
GeopJr merged 1 commit intomainfrom
feat/composer/use-most-private-privacy
May 7, 2025
Merged

feat(Composer): use the most private visibility when replying#1392
GeopJr merged 1 commit intomainfrom
feat/composer/use-most-private-privacy

Conversation

@GeopJr
Copy link
Owner

@GeopJr GeopJr commented May 2, 2025

fix: #1390

Previously, when replying to a post, Tuba would use the same visibility for privacy reasons (if you reply to a followers-only post, your reply will use followers-only (pre-selected) etc).

But that failed to take into account that the user's default posting visibility might be even more private, aka

default user visibility: followers-only
replying-to post visibility: unlisted
pre-selected visibility: unlisted

which is less private than the user's default.

Now each option has a 'privacy rate', 0 to N, 0 being the least private. When it comes to replying, it will compare the two visibilities' privacy rate and the one with the bigger value will be the pre-selected visibility.

@GeopJr GeopJr merged commit 35bc739 into main May 7, 2025
4 checks passed
@GeopJr GeopJr deleted the feat/composer/use-most-private-privacy branch May 7, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use "Unlisted" as default post visibility for replies

1 participant