File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106 " role" ,
107107 " subadmin" ,
108108 " twitter" ,
109+ " bluesky" ,
109110 " website"
110111 ],
111112 "properties" : {
267268 "twitterScope" : {
268269 "$ref" : " #/components/schemas/UserDetailsScope"
269270 },
271+ "bluesky" : {
272+ "type" : " string"
273+ },
274+ "blueskyScope" : {
275+ "$ref" : " #/components/schemas/UserDetailsScope"
276+ },
270277 "website" : {
271278 "type" : " string"
272279 },
Original file line number Diff line number Diff line change 153153 " role" ,
154154 " subadmin" ,
155155 " twitter" ,
156+ " bluesky" ,
156157 " website"
157158 ],
158159 "properties" : {
314315 "twitterScope" : {
315316 "$ref" : " #/components/schemas/UserDetailsScope"
316317 },
318+ "bluesky" : {
319+ "type" : " string"
320+ },
321+ "blueskyScope" : {
322+ "$ref" : " #/components/schemas/UserDetailsScope"
323+ },
317324 "website" : {
318325 "type" : " string"
319326 },
Original file line number Diff line number Diff line change 153153 " role" ,
154154 " subadmin" ,
155155 " twitter" ,
156+ " bluesky" ,
156157 " website"
157158 ],
158159 "properties" : {
314315 "twitterScope" : {
315316 "$ref" : " #/components/schemas/UserDetailsScope"
316317 },
318+ "bluesky" : {
319+ "type" : " string"
320+ },
321+ "blueskyScope" : {
322+ "$ref" : " #/components/schemas/UserDetailsScope"
323+ },
317324 "website" : {
318325 "type" : " string"
319326 },
Original file line number Diff line number Diff line change 19041904 'OC \\Preview \\WatcherConnector ' => $ baseDir . '/lib/private/Preview/WatcherConnector.php ' ,
19051905 'OC \\Preview \\WebP ' => $ baseDir . '/lib/private/Preview/WebP.php ' ,
19061906 'OC \\Preview \\XBitmap ' => $ baseDir . '/lib/private/Preview/XBitmap.php ' ,
1907+ 'OC \\Profile \\Actions \\BlueskyAction ' => $ baseDir . '/lib/private/Profile/Actions/BlueskyAction.php ' ,
19071908 'OC \\Profile \\Actions \\EmailAction ' => $ baseDir . '/lib/private/Profile/Actions/EmailAction.php ' ,
19081909 'OC \\Profile \\Actions \\FediverseAction ' => $ baseDir . '/lib/private/Profile/Actions/FediverseAction.php ' ,
19091910 'OC \\Profile \\Actions \\PhoneAction ' => $ baseDir . '/lib/private/Profile/Actions/PhoneAction.php ' ,
Original file line number Diff line number Diff line change @@ -1945,6 +1945,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
19451945 'OC \\Preview \\WatcherConnector ' => __DIR__ . '/../../.. ' . '/lib/private/Preview/WatcherConnector.php ' ,
19461946 'OC \\Preview \\WebP ' => __DIR__ . '/../../.. ' . '/lib/private/Preview/WebP.php ' ,
19471947 'OC \\Preview \\XBitmap ' => __DIR__ . '/../../.. ' . '/lib/private/Preview/XBitmap.php ' ,
1948+ 'OC \\Profile \\Actions \\BlueskyAction ' => __DIR__ . '/../../.. ' . '/lib/private/Profile/Actions/BlueskyAction.php ' ,
19481949 'OC \\Profile \\Actions \\EmailAction ' => __DIR__ . '/../../.. ' . '/lib/private/Profile/Actions/EmailAction.php ' ,
19491950 'OC \\Profile \\Actions \\FediverseAction ' => __DIR__ . '/../../.. ' . '/lib/private/Profile/Actions/FediverseAction.php ' ,
19501951 'OC \\Profile \\Actions \\PhoneAction ' => __DIR__ . '/../../.. ' . '/lib/private/Profile/Actions/PhoneAction.php ' ,
Original file line number Diff line number Diff line change 35573557 "role",
35583558 "subadmin",
35593559 "twitter",
3560+ "bluesky",
35603561 "website"
35613562 ],
35623563 "properties": {
37183719 "twitterScope": {
37193720 "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
37203721 },
3722+ "bluesky": {
3723+ "type": "string"
3724+ },
3725+ "blueskyScope": {
3726+ "$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
3727+ },
37213728 "website": {
37223729 "type": "string"
37233730 },
You can’t perform that action at this time.
0 commit comments