1
0
Fork 0
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:
Konstantin Ivanov 2024-12-06 11:55:21 +01:00 committed by GitHub
parent 979d67b59c
commit 9b1e9bb23c
Signed by: github
GPG key ID: B5690EEEBB952194
55 changed files with 465 additions and 427 deletions

View file

@ -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)