Skip to content

Commit 64b3106

Browse files
committed
Issue 1556: Further clean-up.
1 parent 55db2f5 commit 64b3106

File tree

1 file changed

+0
-11
lines changed
  • shared/src/commonMain/kotlin/dev/dimension/flare/data/database/cache/mapper

1 file changed

+0
-11
lines changed

shared/src/commonMain/kotlin/dev/dimension/flare/data/database/cache/mapper/Bluesky.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -511,17 +511,6 @@ internal fun List<ListNotificationsNotification>.toDb(
511511
)
512512
}
513513
}
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-
}
525514
}
526515
}
527516
}

0 commit comments

Comments
 (0)