mirror of https://github.com/zulip/zulip.git
docs: Clean up unfinished sentence in sending-messages doc.
This commit is contained in:
parent
df5475996f
commit
81b99782b9
|
@ -60,8 +60,8 @@ number of purposes:
|
|||
[queue](../subsystems/queuing.html) to actually send the
|
||||
message. See `maybe_enqueue_notifications` and related code for
|
||||
this part of the logic.
|
||||
* Splicing user-dependent data (like the `mentioned` flag) into the
|
||||
events, so that each user correctly.
|
||||
* Splicing user-dependent data (E.g. `flags` such as when the user
|
||||
was `mentioned`) into the events.
|
||||
* Handling the [local echo details](#local-echo).
|
||||
* Handling certain client configuration options that affect
|
||||
messages. E.g. determining whether to send the
|
||||
|
|
Loading…
Reference in New Issue