RealTime updated(add amin/remove admin)

This commit is contained in:
2025-07-21 13:44:22 +03:30
parent b387137a00
commit 541f800877
6 changed files with 414 additions and 24 deletions
@@ -16,6 +16,12 @@ public class Session {
public static volatile boolean forceRefreshChatList = false;
public static volatile boolean backToChatList = false;
public static boolean inChatListMenu = false;
public static String currentChatType = null;
public static volatile boolean inChatMenu = false;
public static volatile boolean refreshCurrentChatMenu = false;
public static String currentChatId = null;
public static ChatEntry currentChatEntry = null;