Skip to content

Commit

Permalink
送信取り消しリスト機能 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: Syuugo <[email protected]>
  • Loading branch information
areteruhiro and s1204IT authored Oct 26, 2024
1 parent 4849668 commit 225d1a1
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/io/github/chipppppppppp/lime/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import io.github.chipppppppppp.lime.hooks.SendMuteMessage;
import io.github.chipppppppppp.lime.hooks.SpoofAndroidId;
import io.github.chipppppppppp.lime.hooks.SpoofUserAgent;
import io.github.chipppppppppp.lime.hooks.UnsentCap;

public class Main implements IXposedHookLoadPackage, IXposedHookInitPackageResources, IXposedHookZygoteInit {
public static String modulePath;
Expand Down Expand Up @@ -63,6 +64,7 @@ public class Main implements IXposedHookLoadPackage, IXposedHookInitPackageResou
new BlockTracking(),
new ModifyResponse(),
new OutputRequest(),
new UnsentCap(),
new Archived()
};

Expand Down
Loading

0 comments on commit 225d1a1

Please sign in to comment.