feat(client, api): bluesky profile link (#62400)

Co-authored-by: swdev33 <18295918+swdev33@users.noreply.github.com>
This commit is contained in:
swdev33
2025-10-09 09:07:12 +02:00
committed by GitHub
parent 137b371b34
commit b707f80d63
20 changed files with 156 additions and 13 deletions
+1
View File
@@ -152,6 +152,7 @@ model user {
theme String? // Undefined
timezone String? // Undefined
twitter String? // Null | Undefined
bluesky String? // Null | Undefined
unsubscribeId String
/// Used to track the number of times the user's record was written to.
///