mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
75ec477248
The only Postbox usage in Sources/ was a `PeerId?` parameter in the public signature of openUserGeneratedUrl. Switch to the EnginePeer.Id typealias (same type as PeerId, so no call sites break) and remove the Postbox import. Add TelegramCore to BUILD deps since EnginePeer lives there; Postbox was not in BUILD (was transitively supplied). Behavior-preserving. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>