-
-
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
enhance/fix(AP/frontend): 最近追加されたMFMのもろもろを修正 #12420
Merged
Merged
Conversation
This file contains 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
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12420 +/- ##
===========================================
- Coverage 78.74% 78.72% -0.02%
===========================================
Files 177 177
Lines 23451 23464 +13
Branches 495 496 +1
===========================================
+ Hits 18466 18473 +7
- Misses 4985 4991 +6 ☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら |
kakkokari-gtyih
changed the title
enhance(backend/AP): $[ruby ] が平文HTMLで出力されるように
enhance/fix(AP/frontend): 最近追加されたMFMのもろもろを修正
Nov 23, 2023
現状 |
🙏🙏🙏 |
u1-liquid
pushed a commit
to u1-liquid/misskey
that referenced
this pull request
Nov 25, 2023
* (enhance) MFM rubyが連合されるように * Update Changelog * Update Changelog * (fix) unixtimeのフォールバック (AP) * (fix) unixtimeのフォールバック (frontend) * Update Changelog
anatawa12
pushed a commit
to anatawa12/misskey
that referenced
this pull request
Nov 26, 2023
* (enhance) MFM rubyが連合されるように * Update Changelog * Update Changelog * (fix) unixtimeのフォールバック (AP) * (fix) unixtimeのフォールバック (frontend) * Update Changelog
camilla-ett
pushed a commit
to kaseiski/misskey
that referenced
this pull request
Jan 2, 2024
* (enhance) MFM rubyが連合されるように * Update Changelog * Update Changelog * (fix) unixtimeのフォールバック (AP) * (fix) unixtimeのフォールバック (frontend) * Update Changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🌌Federation
The Federation/ActivityPub feature
packages/backend
Server side specific issue/PR
packages/frontend
Client side specific issue/PR
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
$[unixtime ]
で不正な値が入った場合、文字列にフォールバックするようになります(AP)$[unixtime ]
で不正な値が入った場合、「日時の解析に失敗」と表示されます(Misskey Web)改良後のActivity JSON
Why
Fix #12382
Fix #12378
Additional info (optional)
Checklist