Add solo chat to group conversion

This commit is contained in:
SillyLossy
2023-05-01 15:45:44 +03:00
parent 8853e636ae
commit 6f08519858
4 changed files with 180 additions and 65 deletions

View File

@@ -71,7 +71,7 @@ let group_generation_id = null;
let fav_grp_checked = false;
let group_rm_panel_mode;
const group_activation_strategy = {
export const group_activation_strategy = {
NATURAL: 0,
LIST: 1,
};