1
0

Merge branch 'misskey-develop' into merge/2025-03-24

This commit is contained in:
Hazelnoot
2025-03-30 01:58:17 -04:00
113 changed files with 1303 additions and 1720 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2025.3.2-beta.13",
"version": "2025.3.2-beta.18",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",
+1
View File
@@ -4057,6 +4057,7 @@ export type components = {
followersVisibility: 'public' | 'followers' | 'private';
/** @enum {string} */
chatScope: 'everyone' | 'following' | 'followers' | 'mutual' | 'none';
canChat: boolean;
roles: components['schemas']['RoleLite'][];
followedMessage?: string | null;
memo: string | null;