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
|
[queue](../subsystems/queuing.html) to actually send the
|
||||||
message. See `maybe_enqueue_notifications` and related code for
|
message. See `maybe_enqueue_notifications` and related code for
|
||||||
this part of the logic.
|
this part of the logic.
|
||||||
* Splicing user-dependent data (like the `mentioned` flag) into the
|
* Splicing user-dependent data (E.g. `flags` such as when the user
|
||||||
events, so that each user correctly.
|
was `mentioned`) into the events.
|
||||||
* Handling the [local echo details](#local-echo).
|
* Handling the [local echo details](#local-echo).
|
||||||
* Handling certain client configuration options that affect
|
* Handling certain client configuration options that affect
|
||||||
messages. E.g. determining whether to send the
|
messages. E.g. determining whether to send the
|
||||||
|
|
Loading…
Reference in New Issue