diff --git a/lib/actions/siwe-actions.js b/lib/actions/siwe-actions.js --- a/lib/actions/siwe-actions.js +++ b/lib/actions/siwe-actions.js @@ -72,7 +72,7 @@ messageInfos: response.rawMessageInfos, truncationStatus: response.truncationStatuses, watchedIDsAtRequestTime: watchedIDs, - currentAsOf: response.serverTime, + currentAsOf: { [ashoatKeyserverID]: response.serverTime }, }, userInfos, updatesCurrentAsOf: response.serverTime,