@@ -214,7 +214,6 @@ internal fun FeedViewPostReasonUnion.render(
214
214
)
215
215
},
216
216
content = data?.renderStatus(accountKey, event),
217
- platformType = PlatformType .Bluesky ,
218
217
)
219
218
}
220
219
@@ -243,7 +242,6 @@ internal fun StatusContent.BlueskyNotification.renderBlueskyNotification(
243
242
UiTimeline (
244
243
topMessage = topMessage,
245
244
content = content,
246
- platformType = PlatformType .Bluesky ,
247
245
)
248
246
}
249
247
is StatusContent .BlueskyNotification .Post ->
@@ -281,7 +279,6 @@ internal fun StatusContent.BlueskyNotification.renderBlueskyNotification(
281
279
return UiTimeline (
282
280
topMessage = topMessage,
283
281
content = content,
284
- platformType = PlatformType .Bluesky ,
285
282
)
286
283
}
287
284
}
@@ -319,7 +316,6 @@ internal fun PostView.render(
319
316
) = UiTimeline (
320
317
topMessage = null ,
321
318
content = renderStatus(accountKey, event),
322
- platformType = PlatformType .Bluesky ,
323
319
)
324
320
325
321
internal fun PostView.renderStatus (
@@ -335,6 +331,7 @@ internal fun PostView.renderStatus(
335
331
)
336
332
337
333
return UiTimeline .ItemContent .Status (
334
+ platformType = PlatformType .Bluesky ,
338
335
user = user,
339
336
images = findMedias(this ),
340
337
card = findCard(this ),
@@ -843,6 +840,7 @@ private fun render(
843
840
),
844
841
)
845
842
},
843
+ platformType = PlatformType .Bluesky ,
846
844
onMediaClicked = { media, index ->
847
845
launcher.launch(
848
846
AppDeepLink .StatusMedia (
0 commit comments