mirror of https://github.com/zulip/zulip.git
actions: Mention that stream can also be changed with do_update_message().
This commit is contained in:
parent
57b8e43dbb
commit
9f8d60cd5a
|
@ -6683,7 +6683,9 @@ def do_update_message(
|
|||
* the message's content (in which case the caller will have
|
||||
set both content and rendered_content),
|
||||
* the topic, in which case the caller will have set topic_name
|
||||
* or both
|
||||
* or both message's content and the topic
|
||||
* or stream and/or topic, in which case the caller will have set
|
||||
new_stream and/or topic_name.
|
||||
|
||||
With topic edits, propagate_mode determines whether other message
|
||||
also have their topics edited.
|
||||
|
|
Loading…
Reference in New Issue