walli
60b0a0e006
fix(qqbot): fix SILK magic byte detection slice length
...
_guess_ext_from_data: data[:5] == b"#!SILK" -> data[:6] (6-byte string)
_looks_like_silk: data[:4] == b"#!SILK" -> data[:6]
The previous slices were too short to ever match the 6-byte "#!SILK"
literal, relying entirely on the "#!SILK_V3" (9-byte) and 0x02! (2-byte)
fallback paths for SILK format detection.
2026-05-23 02:27:17 -07:00
..
2026-05-23 02:27:17 -07:00
2026-05-09 13:17:48 -07:00
2026-05-02 02:23:37 -07:00
2026-05-13 22:20:30 -07:00
2026-05-16 23:11:43 -07:00
2026-05-23 01:40:35 -07:00
2026-05-11 11:13:25 -07:00
2026-05-19 17:26:26 -07:00
2026-05-11 11:13:25 -07:00
2026-05-11 11:20:58 -07:00
2026-05-11 11:13:25 -07:00
2026-05-15 14:00:01 -07:00
2026-05-16 23:11:43 -07:00
2026-05-11 11:13:25 -07:00
2026-05-19 00:04:23 -07:00
2026-05-18 20:09:08 -07:00
2026-05-08 10:29:58 -07:00
2026-04-30 04:28:08 -07:00
2026-05-18 23:59:05 -07:00
2026-05-16 23:11:43 -07:00
2026-05-16 23:11:43 -07:00
2026-05-18 22:14:45 -07:00
2026-05-23 01:33:42 -07:00
2026-05-22 03:45:21 -07:00
2026-05-02 02:23:37 -07:00
2026-04-11 15:22:49 -07:00
2026-05-18 19:32:42 -07:00
2026-05-23 01:40:35 -07:00
2026-05-15 14:32:14 -07:00
2026-05-11 11:13:25 -07:00
2026-05-11 11:13:25 -07:00
2026-04-26 18:50:49 -07:00
2026-05-20 13:00:57 -07:00