mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	api docs: Clarify event structure when moving channels.
The previous language would most naturally be read as suggesting that moving topics between channels would have these fields.
This commit is contained in:
		@@ -2537,8 +2537,9 @@ paths:
 | 
			
		||||
                                subject:
 | 
			
		||||
                                  type: string
 | 
			
		||||
                                  description: |
 | 
			
		||||
                                    Only present if this event moved messages to a different
 | 
			
		||||
                                    topic.
 | 
			
		||||
                                    Only present if this event moved messages to a different topic;
 | 
			
		||||
                                    this field will not be present when moving messages to the same
 | 
			
		||||
                                    topic name in a different channel.
 | 
			
		||||
 | 
			
		||||
                                    The post-edit topic for all of the messages with IDs in
 | 
			
		||||
                                    `message_ids`.
 | 
			
		||||
@@ -2557,8 +2558,9 @@ paths:
 | 
			
		||||
                                        description: |
 | 
			
		||||
                                          The expanded target url which the link points to.
 | 
			
		||||
                                  description: |
 | 
			
		||||
                                    Only present if this event moved messages to a different
 | 
			
		||||
                                    topic.
 | 
			
		||||
                                    Only present if this event moved messages to a different topic;
 | 
			
		||||
                                    this field will not be present when moving messages to the same
 | 
			
		||||
                                    topic name in a different channel.
 | 
			
		||||
 | 
			
		||||
                                    Data on any links to be included in the `topic`
 | 
			
		||||
                                    line (these are generated by
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user