-
-
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(backend): 絵文字の連合でライセンス欄を相互にやり取りするように #14109
enhance(backend): 絵文字の連合でライセンス欄を相互にやり取りするように #14109
Conversation
…d-misskey-extension-license-field-to-ap-emoji
このPRによるapi.jsonの差分 差分はこちら |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14109 +/- ##
============================================
+ Coverage 20.46% 40.16% +19.70%
============================================
Files 701 1521 +820
Lines 98653 188564 +89911
Branches 1025 2663 +1638
============================================
+ Hits 20185 75733 +55548
- Misses 77947 112290 +34343
- Partials 521 541 +20 ☔ View full report in Codecov by Sentry. |
misskey-hubに上げるために 39daef9 時点のセマンティクスを明文化:
|
あとプロパティを新規に生やすお作法がこれで正しいかは不明 |
// Misskey拡張。後方互換性のためにoptional。 | ||
// 将来の拡張性を考慮してobjectにしている | ||
_misskey_license?: { | ||
freeText: string | null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
freeText: string | null; | |
// nullの場合、リモートサーバーにおいて明文のライセンスが設定されていないことを示す。 | |
// 非nullの場合、リモートサーバーに置いてライセンスがその内容で明文化されていることを示す。 | |
freeText: string | null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あああspace
…xtension-license-field-to-ap-emoji
…xtension-license-field-to-ap-emoji
@@ -229,6 +229,11 @@ export interface IApEmoji extends IObject { | |||
type: 'Emoji'; | |||
name: string; | |||
updated: string; | |||
// Misskey拡張。後方互換性のためにoptional。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Misskey拡張。後方互換性のためにoptional。 | |
// Misskey拡張。後方互換性及び他ソフトウェアとの互換性のためにoptional。 |
…xtension-license-field-to-ap-emoji
機運が満ちていないのでclose |
enhance(backend): 絵文字の連合でライセンス欄を相互にやり取りするように (misskey-dev#14109)
What
address #10859
Why
issueの通り
Additional info (optional)
Checklist