mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
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. |
||
|---|---|---|
| .. | ||
| ColorPickerScreen.swift | ||
| ConcaveHull.swift | ||
| DrawingBubbleEntityView.swift | ||
| DrawingEntitiesView.swift | ||
| DrawingEntitySnapTool.swift | ||
| DrawingGesture.swift | ||
| DrawingLinkEntityView.swift | ||
| DrawingLocationEntityView.swift | ||
| DrawingMediaEntityView.swift | ||
| DrawingMetalView.swift | ||
| DrawingNeonTool.swift | ||
| DrawingPenTool.swift | ||
| DrawingReactionView.swift | ||
| DrawingScreen.swift | ||
| DrawingSimpleShapeEntityView.swift | ||
| DrawingStickerEntityView.swift | ||
| DrawingTextEntityView.swift | ||
| DrawingTools.swift | ||
| DrawingUtils.swift | ||
| DrawingVectorEntityView.swift | ||
| DrawingVideoRecorder.swift | ||
| DrawingView.swift | ||
| DrawingWeatherEntityView.swift | ||
| EyedropperView.swift | ||
| ModeAndSizeComponent.swift | ||
| TextSettingsComponent.swift | ||
| ToolsComponent.swift | ||
| Unistroke.swift | ||