diff options
author | bobzel <zzzman@gmail.com> | 2024-10-10 19:04:57 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-10 19:04:57 -0400 |
commit | 3a35e2687e3c7b0c864dd4f00b1002ff088b56d3 (patch) | |
tree | 98697432c5be99a0e1b64cc42eff9e7a0ec58457 /src/client/documents/DocumentTypes.ts | |
parent | f75f15ae58b57644c28d42446c176289bbe55dd4 (diff) | |
parent | d347fc59feefd91a796012892da57511787bb6d0 (diff) |
merged with master
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 59a121de7..e79207b04 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -32,6 +32,7 @@ export enum DocumentType { ANNOPALETTE = 'annopalette', 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', |