Refresh icon indicating copy to clipboard operation
Refresh copied to clipboard

[Proposal] Different Visibility Options for Photos

Open Nya0 opened this issue 5 months ago • 0 comments

enum PhotoVisibility
{
    Public,
    FriendsOnly,  // only friends can see it
    Private,      // visible to uploader only
    Moderation,   // visible to mods and uploader
    Unlisted      // only accessible by link
}

it would help extend the current functionality of photos to other uses. grief reports would benefit from this will remove redundancy and give all user facing pictures some backbone

Nya0 avatar Jul 26 '25 04:07 Nya0