HTML Editor go on

This commit is contained in:
Surya Paolo
2022-11-13 22:39:07 +01:00
parent 3285892abf
commit 60cf27c002
3 changed files with 39 additions and 1 deletions

View File

@@ -3759,7 +3759,7 @@ class Telegram {
const rec = this.getRecInMem(msg);
if (rec) {
if (rec.user) {
User.SetLang(this.idapp, rec.user._id, lang);
User.SetLang(null, this.idapp, rec.user._id, lang);
rec.user.lang = lang;
}
rec.lang = lang;