mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3131 Date fields | Open date object on locked values (#1877)
This commit is contained in:
parent
979d67b59c
commit
9b1e9bb23c
55 changed files with 465 additions and 427 deletions
|
@ -2844,7 +2844,7 @@ class Middleware @Inject constructor(
|
|||
@Throws(Exception::class)
|
||||
fun objectDateByTimestamp(command: Command.ObjectDateByTimestamp): Struct? {
|
||||
val request = Rpc.Object.DateByTimestamp.Request(
|
||||
timestamp = command.timestamp,
|
||||
timestamp = command.timeInSeconds,
|
||||
spaceId = command.space.id
|
||||
)
|
||||
logRequestIfDebug(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue