mirror of https://github.com/zulip/zulip.git
docs: Remove legacy references to "topic" as "subject".
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
parent
4e51499ba0
commit
44df15e19b
|
@ -48,5 +48,5 @@ in the register call.
|
|||
Three event types are required to correctly maintain the `unread_msgs`. New
|
||||
messages can be created without the unread flag by the `message` event type.
|
||||
The unread flag can be added and removed by the `update_message_flags` event,
|
||||
and the subject of unread messages can be updated by the `update_message` event
|
||||
and the topic of unread messages can be updated by the `update_message` event
|
||||
type.
|
||||
|
|
|
@ -41,7 +41,7 @@ Get Zulip notifications for your Asana projects via Zapier!
|
|||
|
||||
1. Finally, configure **Data**. You have to add 2 fields:
|
||||
|
||||
* `subject` is the field corresponding to the subject of the message.
|
||||
* `subject` is the field corresponding to the topic of the message.
|
||||
* `content` is the field corresponding to the content of the message.
|
||||
|
||||
1. You can format the content of the `content` and `subject` fields
|
||||
|
|
Loading…
Reference in New Issue