fix: added Subscription timestamp
This commit is contained in:
parent
f217e4ff07
commit
9468efa10d
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ class FeedExtension : Extension() {
|
|||
this.channel.id.value.toLong(),
|
||||
feedColor,
|
||||
feedName,
|
||||
feedUrl
|
||||
feedUrl,
|
||||
System.currentTimeMillis()
|
||||
)
|
||||
)
|
||||
Logger.out("added feed as id ${id.resultedValues!!.first()[SubscriptionsTable.id]}")
|
||||
|
|
Loading…
Reference in a new issue