Skip to content

Commit b52eb2c

Browse files
committed
Adapt core's API change
1 parent e2ab972 commit b52eb2c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/b44t/messenger/rpc

1 file changed

+1
-1
lines changed

src/main/java/com/b44t/messenger/rpc/Rpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public int getAccountFileSize(int accountId) throws RpcException {
145145
}
146146

147147
public int secureJoin(int accountId, String qr, int source, int uipath) throws RpcException {
148-
return getResult("secure_join", accountId, qr, source, uipath).getAsInt();
148+
return getResult("secure_join_with_ux_info", accountId, qr, source, uipath).getAsInt();
149149
}
150150

151151
public void changeContactName(int accountId, int contactId, String name) throws RpcException {

0 commit comments

Comments
 (0)