mirror of
https://github.com/openflocon/Flocon.git
synced 2026-04-30 07:20:03 +00:00
feat: [DEEPLINK] add history (#248)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
05045ef0b4
commit
e52f5c1687
21 changed files with 332 additions and 24 deletions
|
|
@ -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
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue