Skip to content

Commit 9cc7699

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 76baa44 commit 9cc7699

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ rules:
138138
- stacktrace
139139
- str
140140
- subheader
141+
- submessage
142+
- submessages
141143
- subtree
142144
- td
143145
- th

0 commit comments

Comments
 (0)