mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
7919556375
22 call sites across 16 consumer modules migrated to the wave-19 facade: context.account.postbox.mediaBox.shortLivedResourceCachePathPrefix(resource.id) -> context.engine.resources.shortLivedResourceCachePathPrefix(id: EngineMediaResource.Id(resource.id)) ItemListStickerPackItem additionally drops the wave-18 `let rawResource` intermediate. Skipped: MediaEditorComposerEntity.swift:245 (uses local `postbox:` init-param, not `context.account.postbox`; needs its own wave). No modules become Postbox-free this wave — each still has other Postbox usage.