owpengram-server/internal/compat/tdesktop/doc.go
2026-06-04 01:37:39 +08:00

8 lines
507 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package tdesktop 集中存放 Telegram Desktop 兼容逻辑:目标版本/layer 记录、客户端 patch 说明、
// 启动 RPC 顺序、兼容矩阵辅助、TDesktop 专属 stub 与 feature flags。
//
// 兼容代码只允许出现在本包,禁止散落进业务 handler。后续 Android/iOS 另开 internal/compat/android|ios。
// 当前基线TDesktop dev 9caf32dffcv6.8.4+15Layer 225。
//
// TDesktop 兼容逻辑集中在这里,避免散落到业务服务中。
package tdesktop