Skip to content

Commit ba0924b

Browse files
committed
Ask server to start sending 'submessage' events
This is the beginning of implementing zulip#3205 We currently do not do anything with the received data, but acknowledge the existance of the `submessages` property in the `Message` type.
1 parent 4663296 commit ba0924b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const config: Config = {
5959
'realm_filters',
6060
'realm_user',
6161
'stream',
62+
'submessage',
6263
'subscription',
6364
'typing',
6465
'update_message',

tools/spellcheck.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ rules:
138138
- stacktrace
139139
- str
140140
- subheader
141+
- submessage
141142
- subtree
142143
- td
143144
- th

0 commit comments

Comments
 (0)