aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2024-07-11 12:06:04 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2024-07-11 12:06:04 -0400
commitf1cdfc1d02488c4a513fbf67f729f702526a345d (patch)
tree1f1145e4ecc7d00c77c66198003318f0fcc568b3 /src/client/documents/DocumentTypes.ts
parente0e4871224e626240dc899c653cd0eb9f54c3693 (diff)
not working well (files don't get filename immediately_
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 8f95068db..cb1625381 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -28,6 +28,7 @@ export enum DocumentType {
DATAVIZ = 'dataviz',
LOADING = 'loading',
SIMULATION = 'simulation', // physics simulation
+ MESSAGE = 'message', // chat message
// special purpose wrappers that either take no data or are compositions of lower level types
LINK = 'link',