Список каналов возвращает - хотя сырое всё как то - но всё работает :)
This commit is contained in:
AidarKC
2026-01-09 00:56:05 +03:00
parent aba86fc687
commit 9d0da4b39f
5 changed files with 91 additions and 41 deletions
@@ -42,14 +42,14 @@ public final class MsgSubType {
public static final short CONNECTION_UNFRIEND = 11;
/** Подписаться (follow). */
public static final short CONNECTION_FOLLOW = 20;
public static final short CONNECTION_FOLLOW = 30;
/** Отписаться (unfollow). */
public static final short CONNECTION_UNFOLLOW = 21;
/** Заблокировать. */
public static final short CONNECTION_BLOCK = 30;
/** Разблокировать. */
public static final short CONNECTION_UNBLOCK = 31;
public static final short CONNECTION_UNFOLLOW = 31;
//
// /** Заблокировать. */
// public static final short CONNECTION_BLOCK = 30;
//
// /** Разблокировать. */
// public static final short CONNECTION_UNBLOCK = 31;
}