feat(DumpTelegramStickers): move 19 to remove qq misc

This commit is contained in:
MicroBlock
2024-05-19 11:08:19 +08:00
committed by GitHub
parent f0dc3a3eaf
commit 66d4fceb99

View File

@@ -427,13 +427,14 @@ object DumpTelegramStickers : CommonConfigFunctionHook() {
// 6, // 商店表情
// 12, // GIF
// 17, // QQ什么玩意专属表情
19, // 超级表情
// 19, // 超级表情
)
if(!removeQQMisc) {
typeWhiteList += 13
typeWhiteList += 12
typeWhiteList += 17
typeWhiteList += 19
}
val existingIds = mutableSetOf<String>()