Replace ShareTypeCircle with ShareTypeTeam

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-09-05 08:32:51 +07:00 committed by Matthieu Gallien
parent c81cb78bae
commit daf112e908

View File

@ -75,7 +75,7 @@ public:
ShareTypeLink = Share::TypeLink,
ShareTypeEmail = Share::TypeEmail,
ShareTypeRemote = Share::TypeRemote,
ShareTypeCircle = Share::TypeCircle,
ShareTypeTeam = Share::TypeTeam,
ShareTypeRoom = Share::TypeRoom,
ShareTypePlaceholderLink = Share::TypePlaceholderLink,
ShareTypeInternalLink = Share::TypeInternalLink,