feat: update privacy data

This commit is contained in:
firedotguy
2026-02-12 23:40:59 +03:00
parent 62730b48e9
commit b3b109613b
5 changed files with 64 additions and 8 deletions

View File

@@ -33,3 +33,10 @@ class AttachType(Enum):
class PostsTab(Enum):
FOLLOWING = 'following'
POPULAR = 'popular'
class AccessType(Enum):
"""Типы разрешений для видимости лайков и записей на стене"""
NOBODY = 'nobody' # никто
MUTUAL = 'mutual' # взаимные
FOLLOWERS = 'followers' # подписчики
EVERYONE = 'everyone' # все