HTML Editor go on
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user