frontend client for gemstone. decentralised workplace app

fix: tid is in microseconds so times 1000

serenity 5459532c 0f91f36f

Changed files
+1 -1
src
lib
utils
+1 -1
src/lib/utils/gmstn.ts
···
agent: Agent;
}): Promise<Result<undefined, string>> => {
const now = new Date();
-
const rkey = TID.create(now.getTime(), Math.random());
+
const rkey = TID.create(now.getTime() * 1_000, Math.random());
const record: Omit<SystemsGmstnDevelopmentChannelInvite, "$type"> = {
// @ts-expect-error we want to explicitly use the ISO string variant