From e03155817750553719bc05ad6967190b39879f29 Mon Sep 17 00:00:00 2001 From: RNLFoof Date: Wed, 6 Mar 2024 17:08:43 -0500 Subject: [PATCH] Added a comment explaining sims to db\orm-defs.d.ts --- db/orm-defs.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/db/orm-defs.d.ts b/db/orm-defs.d.ts index 622e1a06..3e686399 100644 --- a/db/orm-defs.d.ts +++ b/db/orm-defs.d.ts @@ -50,6 +50,7 @@ export type Models = { channel_id: string } + // A sim is an account that is being simulated by the bridge to copy events from the other side. See d2m\actions\register-user.js for relevant behavior and comments. sim: { user_id: string sim_name: string