исправлено отображение системных действий в предпросмотре, добавлено прокси на экран входа, вроде как добавлена поддержка socks5 прокси

This commit is contained in:
needle10
2025-11-16 22:47:49 +03:00
parent d479b77ad9
commit fb96dd0996
7 changed files with 392 additions and 52 deletions

View File

@@ -351,7 +351,7 @@ class _ChatsScreenState extends State<ChatsScreen>
final oldChat = _allChats[chatIndex];
if (deletedMessageIds.contains(oldChat.lastMessage.id)) {
ApiService.instance.getChatsAndContacts(force: true).then((data) {
ApiService.instance.getChatsOnly(force: true).then((data) {
if (mounted) {
final chats = data['chats'] as List<dynamic>;
final filtered = chats
@@ -3547,7 +3547,6 @@ class _SferumWebViewPanelState extends State<SferumWebViewPanel> {
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w600,
),
),
),