-
Notifications
You must be signed in to change notification settings - Fork 28
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
Create Archived #190
Create Archived #190
Conversation
終わり |
close #120 |
strings追加する必要があります。 |
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.
改行の数が揃ってなかったり、処理の無い if
や書き方が揃っていなかったりするので、それらの修正をお願いします。
catch をスルーする場合は e
を ignored
に置換してください。
また、try -> try の中の exception に同じスローの宣言は必要ないです。
if () return;
if () {
return;
}
このような2種類の書き方もどちらかに統一してください。
詳しくないので、教えていただいて光栄です。
|
https://github.com/areteruhiro/LIME-14.16.0/releases/tag/v1.10.1 |
githubの仕様がわからなくて、もうよくわからなくなってるんですけど、、 |
確認項目
説明
一度非表示リクエストしたもののidを抽出保存します
チャットリストの表示される直前に naver_line のis__archive を1にします
SA.QのinvokeSuspendのparmを直接フックして特定のidが含まれている場合nullを返すというようにしよう変更したほうがいいと思いますが、invokeSuspendをフックしている関係上うまくいかないので、このような形にしています