EmbarkStudios / discord-sdk

An open implementation of the Discord Game SDK in Rust
Apache License 2.0
150 stars 10 forks source link

Fix validation bug #26

Closed winrg closed 1 year ago

winrg commented 1 year ago

Checklist

Description of Changes

Repaired the bug in the issue I just submitted. There is a specific exception to the length cap for URLs beginning with http or https schemes.

Related Issues

25