-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(backend): ReactionService.prototype.convertLegacyReactions
#13375
Merged
syuilo
merged 10 commits into
misskey-dev:develop
from
okayurisotto:refactor-convert-legacy-reactions
Feb 21, 2024
Merged
refactor(backend): ReactionService.prototype.convertLegacyReactions
#13375
syuilo
merged 10 commits into
misskey-dev:develop
from
okayurisotto:refactor-convert-legacy-reactions
Feb 21, 2024
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5787d61 - Browse repository at this point
Copy the full SHA 5787d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd61db - Browse repository at this point
Copy the full SHA 2fd61dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea54cc - Browse repository at this point
Copy the full SHA aea54ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a44238 - Browse repository at this point
Copy the full SHA 8a44238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b69605 - Browse repository at this point
Copy the full SHA 1b69605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d60ae7 - Browse repository at this point
Copy the full SHA 7d60ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8423c - Browse repository at this point
Copy the full SHA 5f8423cView commit details -
これまでの実装では、`decodeReaction`の返り値が同一になる異なる入力値が同時に複数個存在した場合、後ろのもので上書きされてしまっていたはず。 これからの実装では、後ろのものは前のものに加算される。 (実際にこの挙動の変更が問題になるシチュエーションはまずないはず。)
Configuration menu - View commit details
-
Copy full SHA for 0cc3200 - Browse repository at this point
Copy the full SHA 0cc3200View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0bd2465 - Browse repository at this point
Copy the full SHA 0bd2465View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda8c82 - Browse repository at this point
Copy the full SHA eda8c82View commit details
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.