1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-06 05:21:37 +09:00

ReadChecker.java の更新

This commit is contained in:
areteruhiro 2025-01-16 12:16:26 +09:00 committed by GitHub
parent 02862e8d7f
commit 6bbb6ca655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -714,6 +714,8 @@ public class ReadChecker implements IHook {
private void insertNewRecord(String SendUser, String groupId, String serverId, String SentUser, String groupName, String content, String user_name, String createdTime) {
XposedBridge.log("create server_id: " + serverId + ", Sent_User: " + SentUser);
String insertQuery = "INSERT INTO group_messages(group_id, server_id, Sent_User,Send_User, group_name, content, user_name, created_time)" +
" VALUES(?, ?, ?, ?, ?, ?, ?);";