feat: SP Reaction#17607
Draft
syuilo wants to merge 21 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #17607 +/- ##
===========================================
- Coverage 24.91% 22.74% -2.17%
===========================================
Files 1161 1164 +3
Lines 39682 39963 +281
Branches 11061 11120 +59
===========================================
- Hits 9885 9088 -797
- Misses 23871 24791 +920
- Partials 5926 6084 +158 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -10135,6 +10135,9 @@
},
"showRoleBadgesOfRemoteUsers": {
"type": "boolean"
+ },
+ "enableSpReaction": {
+ "type": "boolean"
}
},
"required": [
@@ -10263,7 +10266,8 @@
"enableRemoteNotesCleaning",
"remoteNotesCleaningExpiryDaysForEachNotes",
"remoteNotesCleaningMaxProcessingDurationInMinutes",
- "showRoleBadgesOfRemoteUsers"
+ "showRoleBadgesOfRemoteUsers",
+ "enableSpReaction"
]
}
}
@@ -19818,6 +19822,9 @@
},
"showRoleBadgesOfRemoteUsers": {
"type": "boolean"
+ },
+ "enableSpReaction": {
+ "type": "boolean"
}
}
}
@@ -58826,6 +58833,7 @@
"renote",
"quote",
"reaction",
+ "spReaction",
"pollEnded",
"scheduledNotePosted",
"scheduledNotePostFailed",
@@ -58856,6 +58864,7 @@
"renote",
"quote",
"reaction",
+ "spReaction",
"pollEnded",
"scheduledNotePosted",
"scheduledNotePostFailed",
@@ -59082,6 +59091,7 @@
"renote",
"quote",
"reaction",
+ "spReaction",
"pollEnded",
"scheduledNotePosted",
"scheduledNotePostFailed",
@@ -59112,6 +59122,7 @@
"renote",
"quote",
"reaction",
+ "spReaction",
"pollEnded",
"scheduledNotePosted",
"scheduledNotePostFailed",
@@ -62746,6 +62757,49 @@
}
]
},
+ "spReaction": {
+ "type": "object",
+ "oneOf": [
+ {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "enum": [
+ "all",
+ "following",
+ "follower",
+ "mutualFollow",
+ "followingOrFollower",
+ "never"
+ ]
+ }
+ },
+ "required": [
+ "type"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "enum": [
+ "list"
+ ]
+ },
+ "userListId": {
+ "type": "string",
+ "format": "misskey:id"
+ }
+ },
+ "required": [
+ "type",
+ "userListId"
+ ]
+ }
+ ]
+ },
"pollEnded": {
"type": "object",
"oneOf": [
@@ -89098,6 +89152,49 @@
}
]
},
+ "spReaction": {
+ "type": "object",
+ "oneOf": [
+ {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "enum": [
+ "all",
+ "following",
+ "follower",
+ "mutualFollow",
+ "followingOrFollower",
+ "never"
+ ]
+ }
+ },
+ "required": [
+ "type"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "enum": [
+ "list"
+ ]
+ },
+ "userListId": {
+ "type": "string",
+ "format": "misskey:id"
+ }
+ },
+ "required": [
+ "type",
+ "userListId"
+ ]
+ }
+ ]
+ },
"pollEnded": {
"type": "object",
"oneOf": [
@@ -90924,6 +91021,47 @@
]
},
"user": {
+ "$ref": "#/components/schemas/UserLite"
+ },
+ "userId": {
+ "type": "string",
+ "format": "id"
+ },
+ "note": {
+ "$ref": "#/components/schemas/Note"
+ },
+ "reaction": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "createdAt",
+ "type",
+ "user",
+ "userId",
+ "note",
+ "reaction"
+ ]
+ },
+ {
+ "type": "object",
+ "properties": {
+ "id": {
+ "type": "string",
+ "format": "id"
+ },
+ "createdAt": {
+ "type": "string",
+ "format": "date-time"
+ },
+ "type": {
+ "type": "string",
+ "enum": [
+ "spReaction"
+ ]
+ },
+ "user": {
"$ref": "#/components/schemas/UserLite"
},
"userId": { |
Contributor
⚙️ Backend Memory Usage ReportAfter GC
V8 Heap Snapshot Statistics
Base heap snapshot composition%%{init: {"sankey":{"showValues":false,"linkColor":"target","labelStyle":"outlined","nodeAlignment":"center","nodePadding":10,"nodeColors":{"Base":"#888888","Code":"#f28e2c","bytecode":"#f28e2c","Other":"#888888","Strings":"#e15759","string":"#e15759","JS arrays":"#76b7b2","array nodes":"#76b7b2","Typed arrays":"#59a14f","System objects":"#edc949","system / Map":"#edc949","system / DescriptorArray":"#edc949","Other JS objects":"#af7aa1","closure":"#af7aa1","Object":"#af7aa1","Other non-JS objects":"#ff9da7"}}}}%%
sankey-beta
"Base","Code",24.79
"Code","bytecode",8.28
"Code","Other",16.51
"Base","Strings",39.11
"Strings","string",36.03
"Strings","Other",3.08
"Base","JS arrays",13.96
"JS arrays","array nodes",12.44
"JS arrays","Other",1.52
"Base","Typed arrays",0.54
"Base","System objects",10.79
"System objects","system / Map",3.8
"System objects","system / DescriptorArray",3.6
"System objects","Other",3.39
"Base","Other JS objects",10.76
"Other JS objects","closure",5.59
"Other JS objects","Object",3.67
"Other JS objects","Other",1.49
"Base","Other non-JS objects",0.05
Head heap snapshot composition%%{init: {"sankey":{"showValues":false,"linkColor":"target","labelStyle":"outlined","nodeAlignment":"center","nodePadding":10,"nodeColors":{"Head":"#888888","Code":"#f28e2c","bytecode":"#f28e2c","Other":"#888888","Strings":"#e15759","string":"#e15759","JS arrays":"#76b7b2","array nodes":"#76b7b2","Typed arrays":"#59a14f","System objects":"#edc949","system / Map":"#edc949","system / DescriptorArray":"#edc949","Other JS objects":"#af7aa1","closure":"#af7aa1","Object":"#af7aa1","Other non-JS objects":"#ff9da7"}}}}%%
sankey-beta
"Head","Code",24.78
"Code","bytecode",8.28
"Code","Other",16.5
"Head","Strings",39.1
"Strings","string",36.02
"Strings","Other",3.08
"Head","JS arrays",13.96
"JS arrays","array nodes",12.44
"JS arrays","Other",1.53
"Head","Typed arrays",0.54
"Head","System objects",10.79
"System objects","system / Map",3.8
"System objects","system / DescriptorArray",3.6
"System objects","Other",3.39
"Head","Other JS objects",10.76
"Other JS objects","closure",5.59
"Other JS objects","Object",3.68
"Other JS objects","Other",1.49
"Head","Other non-JS objects",0.05
Runtime Loaded JS FootprintClick to show
Largest Newly Loaded Modules
|
Contributor
📦 Frontend Bundle ReportChunk size diff (9 updated, 0 added, 0 removed)
Startup chunk size (4 updated, 0 added, 0 removed)
Startup chunks are the Vite entry for Bundle Stats
Before rendered size treemap (top 50 + Other)%%{init: {"treemap":{"diagramPadding":0,"padding":0,"nodeHeight":70}}}%%
treemap-beta
"Before"
"chart.js": 297674
"index.js": 217412
"ja-JP_hira.json": 200552
"matter.js": 182365
"ja-JP.json": 175240
"index.es.js": 162042
"parser.js": 152028
"en-US.json": 130964
"runtime-core.esm-bundler.js": 128271
"preferences.vue": 108488
"photoswipe.esm.js": 98380
"isobmff-demuxer.js": 90387
"index.js": 81567
"qr-code-styling.js": 78263
"index.js": 71928
"media-source.js": 67937
"sample.js": 66728
"codec-data.js": 64521
"helpers.dataset.js": 64510
"emojilist.json": 58505
"matroska-demuxer.js": 57553
"settings.vue": 56929
"MkPostForm.vue": 56419
"media-sink.js": 53416
"mpeg-ts-demuxer.js": 51847
"roles.policy-editor.vue": 48629
"index.js": 47659
"index.js": 45859
"drop-and-fusion.game.vue": 44733
"qr-scanner-worker.min.js": 44059
"hammer.js": 43337
"index.js": 43195
"source.js": 42986
"reactivity.esm-bundler.js": 39413
"isobmff-boxes.js": 38434
"conversion.js": 37301
"codec.js": 36931
"core.module.js": 35638
"MkNoteDetailed.vue": 35573
"runtime-dom.esm-bundler.js": 34822
"isobmff-muxer.js": 34706
"index.mjs": 33508
"hls-muxer.js": 33295
"MkNote.vue": 32656
"decode-data-html.js": 32630
"matroska-muxer.js": 31060
"encode-html.js": 30895
"chartjs-plugin-zoom.esm.js": 30484
"MkGrid.vue": 29214
"MkDrive.vue": 27419
"Other": 6441860
After rendered size treemap (top 50 + Other)%%{init: {"treemap":{"diagramPadding":0,"padding":0,"nodeHeight":70}}}%%
treemap-beta
"After"
"chart.js": 297674
"index.js": 217412
"ja-JP_hira.json": 200552
"matter.js": 182365
"ja-JP.json": 175240
"index.es.js": 162042
"parser.js": 152028
"en-US.json": 130964
"runtime-core.esm-bundler.js": 128271
"preferences.vue": 108488
"photoswipe.esm.js": 98380
"isobmff-demuxer.js": 90387
"index.js": 81567
"qr-code-styling.js": 78263
"index.js": 71928
"media-source.js": 67937
"sample.js": 66728
"codec-data.js": 64521
"helpers.dataset.js": 64510
"settings.vue": 59638
"emojilist.json": 58505
"matroska-demuxer.js": 57553
"MkPostForm.vue": 56419
"media-sink.js": 53416
"mpeg-ts-demuxer.js": 51847
"roles.policy-editor.vue": 48629
"index.js": 47659
"index.js": 45859
"drop-and-fusion.game.vue": 44733
"qr-scanner-worker.min.js": 44059
"hammer.js": 43337
"index.js": 43195
"source.js": 42986
"reactivity.esm-bundler.js": 39413
"isobmff-boxes.js": 38434
"conversion.js": 37301
"codec.js": 36931
"core.module.js": 35638
"MkNoteDetailed.vue": 35573
"runtime-dom.esm-bundler.js": 34822
"isobmff-muxer.js": 34706
"index.mjs": 33508
"hls-muxer.js": 33295
"MkNote.vue": 32656
"decode-data-html.js": 32630
"matroska-muxer.js": 31060
"encode-html.js": 30895
"chartjs-plugin-zoom.esm.js": 30484
"MkGrid.vue": 29214
"MkDrive.vue": 27419
"Other": 6442448
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Resolve #14232
Why
Additional info (optional)
Checklist