Closed duval1024 closed 3 years ago
Please check this pull request. It is my first pull request. I am not sure if it is correct.
Thank you very much! @kakawait
The problem with decodeURI
is that it will work with your use case but not for all.
The main problem is that id
must be unique and not more 50 chars.
What we can do in place of decodeURI
is using hash function like md5
or sha1
Can you please check?
I agree with you. The best way to fix it is md5 or sha1. I will try later
@kakawait hi,I have changed it to md5 function. Please check. Thx~
decode uri for gitalk
fixes #507