[BUG] Can't decrypt URL's twice hyph... Idiot
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
version_major=0
|
version_major=0
|
||||||
version_minor=0
|
version_minor=0
|
||||||
version_patch=60
|
version_patch=62
|
||||||
|
|
||||||
shade_group=com.hypherionmc.sdlink.shaded.
|
shade_group=com.hypherionmc.sdlink.shaded.
|
||||||
|
|
||||||
|
@@ -96,8 +96,6 @@ public class WebhookManager {
|
|||||||
* @return The client with thread id set, if found
|
* @return The client with thread id set, if found
|
||||||
*/
|
*/
|
||||||
private static WebhookClient createClient(String name, String url) {
|
private static WebhookClient createClient(String name, String url) {
|
||||||
url = EncryptionUtil.INSTANCE.decrypt(url);
|
|
||||||
|
|
||||||
Matcher threadMatcher = THREAD_PATTERN.matcher(url);
|
Matcher threadMatcher = THREAD_PATTERN.matcher(url);
|
||||||
Matcher webhookMatcher = WEBHOOK_PATTERN.matcher(url);
|
Matcher webhookMatcher = WEBHOOK_PATTERN.matcher(url);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user