mirror of https://github.com/zulip/zulip.git
compose: Delete obsolete comment.
Commit57340a888c
(#19003) separated it from the variable it was commenting, and commit8ced075643
(#22754) changed that to a different variable, so I infer that nobody thought this documentation was important. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d4a93aa05a
commit
4d67bf5605
|
@ -46,14 +46,6 @@ import * as zcommand from "./zcommand";
|
|||
|
||||
// Docs: https://zulip.readthedocs.io/en/latest/subsystems/sending-messages.html
|
||||
|
||||
/* Track the state of the @all warning. The user must acknowledge that they are spamming the entire
|
||||
stream before the warning will go away. If they try to send before explicitly dismissing the
|
||||
warning, they will get an error message too.
|
||||
|
||||
undefined: no @all/@everyone in message;
|
||||
false: user typed @all/@everyone;
|
||||
true: user clicked YES */
|
||||
|
||||
let uppy;
|
||||
|
||||
export function get_compose_upload_object() {
|
||||
|
|
Loading…
Reference in New Issue