New chat client / messenger (#10654)

This commit is contained in:
Karolis
2021-01-11 11:04:16 +02:00
committed by GitHub
parent f99e4a29c0
commit 339c531ad7
31 changed files with 858 additions and 846 deletions

View File

@@ -131,7 +131,7 @@
// get_debug_type displays this
else if(istext(value))
debug_type = null // it's kinda annoying here; we can tell the type by the quotes
vtext = "\"[value]\""
vtext = "\"[html_encode(value)]\""
else if(isicon(value))
vtext = "[value]"
else if(isfile(value))