We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55db2f5 commit 64b3106Copy full SHA for 64b3106
shared/src/commonMain/kotlin/dev/dimension/flare/data/database/cache/mapper/Bluesky.kt
@@ -511,17 +511,6 @@ internal fun List<ListNotificationsNotification>.toDb(
511
)
512
}
513
514
-
515
- else ->
516
- items.map {
517
- createDbPagingTimelineWithStatus(
518
- accountKey = accountKey,
519
- pagingKey = pagingKey,
520
- sortId = it.indexedAt.toEpochMilliseconds(),
521
- status = it.toDbStatusWithUser(accountKey),
522
- references = mapOf(),
523
- )
524
- }
525
526
527
0 commit comments