mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 13:33:24 +00:00 
			
		
		
		
	search: Add is:followed filter.
Create the is:followed search operator. Fetch all messages that are from followed topics using exists. Update API documentation and changelog. Co-authored-by: Kenneth Rodrigues <kenneth.nrk123@gmail.com> Fixes #27309.
This commit is contained in:
		@@ -20,6 +20,16 @@ format used by the Zulip server that they are interacting with.
 | 
			
		||||
 | 
			
		||||
## Changes in Zulip 9.0
 | 
			
		||||
 | 
			
		||||
**Feature level 265**
 | 
			
		||||
 | 
			
		||||
* [`GET /messages`](/api/get-messages),
 | 
			
		||||
  [`GET /messages/matches_narrow`](/api/check-messages-match-narrow),
 | 
			
		||||
  [`POST /messages/flags/narrow`](/api/update-message-flags-for-narrow),
 | 
			
		||||
  [`POST /register`](/api/register-queue):
 | 
			
		||||
  Added a new [search/narrow filter](/api/construct-narrow),
 | 
			
		||||
  `is:followed`, matching messages in topics that the current user is
 | 
			
		||||
  [following](/help/follow-a-topic).
 | 
			
		||||
 | 
			
		||||
**Feature level 264**
 | 
			
		||||
 | 
			
		||||
* `PATCH /realm`, [`POST /register`](/api/register-queue),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user