Skip to content
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

fix(backend): We can renote pure renote #12171

Merged
merged 12 commits into from
Oct 30, 2023

Conversation

anatawa12
Copy link
Member

What

Fix #12170

Why

Additional info (optional)

そもそもpure RN判定が壊れてたっぽいのと同用途のコードがあったので関数にした

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Oct 28, 2023
@anatawa12 anatawa12 changed the title We can renote renote fix(backend): We can renote renote Oct 28, 2023
@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c239058) 79.13% compared to head (a858ca4) 78.88%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12171      +/-   ##
===========================================
- Coverage    79.13%   78.88%   -0.25%     
===========================================
  Files          940      175     -765     
  Lines       100957    22946   -78011     
  Branches      8217      493    -7724     
===========================================
- Hits         79894    18102   -61792     
+ Misses       21063     4844   -16219     

see 765 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2023

このPRによるapi.jsonの差分

差分はこちら
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.0.0",
   "info": {
-    "version": "2023.11.0-beta.6",
+    "version": "2023.11.0-beta.5",
     "title": "Misskey API",
     "x-logo": {
       "url": "/static-assets/api-doc.png"

Get diff files from Workflow Page

@anatawa12 anatawa12 marked this pull request as draft October 28, 2023 09:09
@anatawa12 anatawa12 force-pushed the we-can-renote-renote branch from 6352927 to e13194f Compare October 28, 2023 09:16
@anatawa12 anatawa12 marked this pull request as ready for review October 28, 2023 09:16
@anatawa12 anatawa12 changed the title fix(backend): We can renote renote fix(backend): We can renote pure renote Oct 29, 2023
@syuilo
Copy link
Member

syuilo commented Oct 30, 2023

👍🏻

@syuilo syuilo merged commit 7015cc9 into misskey-dev:develop Oct 30, 2023
17 of 18 checks passed
kanarikanaru pushed a commit to kanarikanaru/misskey that referenced this pull request Nov 2, 2023
* chore: make pure renote detection an function

* fix: we can renote pure renote

* docs(changelog): リノートをリノートできるのを修正

* fix: remaining debug log

* chore: move isPureRenote to misc

* chore: make isPureRenote type guard

* chore: use isPureRenote in other places

* fix CHANGELOG

* style: fix lint

---------

Co-authored-by: syuilo <[email protected]>
@anatawa12 anatawa12 deleted the we-can-renote-renote branch November 24, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RNをRNできる
2 participants