Update webapp.py

This commit is contained in:
Joseph Cheung 2023-02-24 19:53:39 +08:00
parent 3d16a23848
commit f29f911b19

View file

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