feat: [DEEPLINK] add history (#248)

Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
Florent CHAMPIGNY 2025-09-16 20:49:58 +02:00 committed by GitHub
parent 05045ef0b4
commit e52f5c1687
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 332 additions and 24 deletions

View file

@ -13,5 +13,6 @@ internal fun DeeplinksReceivedDataModel.toDomain(): List<DeeplinkDomainModel> =
label = it.label,
link = it.link,
description = it.description,
id = 0, // will be created by the DB later
)
}