Skip to content

Commit

Permalink
Update DiscordServiceImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzhao authored Oct 28, 2023
1 parent e49e72e commit 2740456
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public Message<Void> upscale(String messageId, int index, String messageHash, in
.replace("$index", String.valueOf(index))
.replace("$message_hash", messageHash);
paramsStr = new JSONObject(paramsStr).put("message_flags", messageFlags).toString();
log.debug("byzhao,{}", paramsStr);
return postJsonAndCheckStatus(paramsStr);
}

Expand Down

0 comments on commit 2740456

Please sign in to comment.