-
-
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
Complete unicode emoji after last colon #13384
base: develop
Are you sure you want to change the base?
Complete unicode emoji after last colon #13384
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13384 +/- ##
============================================
- Coverage 38.78% 18.86% -19.92%
============================================
Files 1601 762 -839
Lines 203886 110734 -93152
Branches 4025 1231 -2794
============================================
- Hits 79072 20893 -58179
+ Misses 124178 89256 -34922
+ Partials 636 585 -51 ☔ View full report in Codecov by Sentry. |
d207f0c
to
94069e7
Compare
Co-authored-by: anatawa12 <[email protected]>
Co-authored-by: anatawa12 <[email protected]>
こういう事象がおこっているらしい
|
用途的に完全一致で問題ないから完全一致のみ表示するようにするか |
188e2a3
to
47c4a6e
Compare
lintはaddし忘れだった(add後に修正してたの忘れてた)すみませn |
frontend e2eは develop もおちてそう? https://github.com/misskey-dev/misskey/actions/runs/8407815099/job/23023188423 |
Cypress → #13605 ? |
cheery-picked from anatawa12/misskey@47c4a6e * fix code quality issues Co-authored-by: anatawa12 <[email protected]>
…586) cheery-picked from anatawa12/misskey@47c4a6e * fix code quality issues Co-authored-by: anatawa12 <[email protected]>
changelogついかしてなかったので追加しました |
conflict resolved |
conflict解消 |
6254c15
to
1e6faf7
Compare
conflict resolved (again) |
What
Fix #12662
Why
Issue参照。
githubやdiscordなどで
:+1:
の形式に慣れている人だと息をするように最後の:
まで入力してしまい、これが unicode emoji に変換できないのがストレスになるため。Additional info (optional)
使いまわしたのでfuzzy searchになってますが、完全一致だけでもいいとは思っています。#13384 (comment) 不都合があったっぽいので完全一致にしました
Checklist