mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-09 19:50:12 +00:00
Update to 2.3.2
This commit is contained in:
parent
4e03bc1a75
commit
213c2269c0
14 changed files with 234 additions and 66 deletions
|
|
@ -38,7 +38,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||
|
||||
public class SecretChatHelper {
|
||||
|
||||
public static final int CURRENT_SECRET_CHAT_LAYER = 20;
|
||||
public static final int CURRENT_SECRET_CHAT_LAYER = 23;
|
||||
|
||||
private ArrayList<Integer> sendingNotifyLayer = new ArrayList<>();
|
||||
private HashMap<Integer, ArrayList<TLRPC.TL_decryptedMessageHolder>> secretHolesQueue = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue