Compare commits

...

1 commit
main ... main

Author SHA1 Message Date
e031558177 Added a comment explaining sims to db\orm-defs.d.ts 2024-03-06 17:08:43 -05:00

1
db/orm-defs.d.ts vendored
View file

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