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

リプライ中の引用元RTをゴママヨ判定 #11

Merged
merged 3 commits into from Dec 16, 2021

Conversation

nenohi
Copy link

@nenohi nenohi commented Dec 16, 2021

Fix #1 動くかどうかわからないけどとりあえずPR出します

@nenohi
Copy link
Author

nenohi commented Dec 16, 2021

fix #1

Comment on lines 19 to 20
let notetext;
msg.renotetext != null?notetext = msg.renotetext:notetext = msg.text;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let notetext;
msg.renotetext != null?notetext = msg.renotetext:notetext = msg.text;
const notetext = msg.renotetext != null ? msg.renotetext : msg.text;

@ThinaticSystem ThinaticSystem merged commit d40f90b into ThinaticSystem:master Dec 16, 2021
@ThinaticSystem
Copy link
Owner

あ、あ、ありぐにゃとごにゃいにゃす

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

リプライ中の引用元RTをゴママヨ判定
3 participants