Rebrand application as Qlyra
Build Android (FCM) / build-android-fcm (push) Canceled after 0s
Build Android / build-android (push) Canceled after 0s
Build iOS / build-ios (push) Canceled after 0s
Build Linux / build-linux (push) Canceled after 0s
Build macOS / build-macos (push) Canceled after 0s
Build Windows / build-windows (push) Canceled after 0s
Release (main) / android (oneme) (push) Canceled after 0s
Release (main) / android (qlyra) (push) Canceled after 0s
Release (main) / windows (push) Canceled after 0s
Release (main) / linux (push) Canceled after 0s
Release (main) / macos (push) Canceled after 0s
Release (main) / ios (push) Canceled after 0s
Release (main) / release (push) Canceled after 0s
Build Android (FCM) / build-android-fcm (push) Canceled after 0s
Build Android / build-android (push) Canceled after 0s
Build iOS / build-ios (push) Canceled after 0s
Build Linux / build-linux (push) Canceled after 0s
Build macOS / build-macos (push) Canceled after 0s
Build Windows / build-windows (push) Canceled after 0s
Release (main) / android (oneme) (push) Canceled after 0s
Release (main) / android (qlyra) (push) Canceled after 0s
Release (main) / windows (push) Canceled after 0s
Release (main) / linux (push) Canceled after 0s
Release (main) / macos (push) Canceled after 0s
Release (main) / ios (push) Canceled after 0s
Release (main) / release (push) Canceled after 0s
This commit is contained in:
@@ -109,7 +109,8 @@ abstract class Opcode {
|
||||
static const int chatMembersUpdate = 77; // Обновление участников / добавление
|
||||
static const int videoChatStartActive = 78; // Инициация активного звонка
|
||||
static const int videoChatHistory = 79; // История звонков
|
||||
static const int videoChatDeleteHistory = 164; // Удаление записей истории звонков
|
||||
static const int videoChatDeleteHistory =
|
||||
164; // Удаление записей истории звонков
|
||||
static const int videoChatCreateJoinLink = 84; // Ссылка для входа в видеочат
|
||||
static const int videoChatJoinByLink = 166; // Вход в звонок по ссылке
|
||||
static const int videoChatMembers = 195; // Участники видеочата
|
||||
@@ -129,7 +130,8 @@ abstract class Opcode {
|
||||
// ── Comments (комментарии к постам каналов) ────────────────────────
|
||||
// Загрузка/отправка/набор комментариев переиспользуют chatHistory (49),
|
||||
// msgSend (64) и msgTyping (65) с добавленным полем postId.
|
||||
static const int commentsInfo = 91; // Кол-во комментариев к постам (totalCount)
|
||||
static const int commentsInfo =
|
||||
91; // Кол-во комментариев к постам (totalCount)
|
||||
|
||||
// ── Sessions ───────────────────────────────────────────────────────
|
||||
static const int sessionsInfo = 96; // Запрос активных сессий
|
||||
|
||||
@@ -11,7 +11,7 @@ abstract class CmdType {
|
||||
|
||||
/// Распакованный пакет.
|
||||
///
|
||||
/// Провод (фрейминг, MsgPack, сжатие) живёт в Rust-ядре kolibri; здесь пакет —
|
||||
/// Провод (фрейминг, MsgPack, сжатие) живёт в Rust-ядре kusoft; здесь пакет —
|
||||
/// это уже декодированный [payload] (Map/List/скаляр, бинарь — Uint8List) плюс
|
||||
/// метаданные заголовка.
|
||||
class Packet {
|
||||
|
||||
Reference in New Issue
Block a user