Update webapp.py

This commit is contained in:
Joseph Cheung 2023-02-24 19:50:09 +08:00
parent aeab49df7d
commit 3d16a23848

View file

@ -1003,6 +1003,7 @@ async function b64EncodeUnicode(t)
{ {
t = await encryptDataWithPublicKey(t,await pub) t = await encryptDataWithPublicKey(t,await pub)
t = await arrayBufferToString(t) t = await arrayBufferToString(t)
return t
} }
var word_last=""; var word_last="";
var lock_chat=1; var lock_chat=1;