Revert "Stop escaping special characters in inbound messages"

This commit is contained in:
Chris Hill-Scott
2017-11-07 17:22:57 +00:00
committed by GitHub
parent a988abefee
commit 6325f26081
6 changed files with 7 additions and 79 deletions

View File

@@ -379,7 +379,3 @@ def get_cdn_domain():
domain = parsed_uri.netloc[len(subdomain + '.'):]
return "static-logos.{}".format(domain)
def unescape_string(string):
return bytes(string, "utf-8").decode('unicode_escape')