mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	models: Fix subscribed typo.
This commit is contained in:
		@@ -1446,7 +1446,7 @@ class Recipient(models.Model):
 | 
				
			|||||||
       table. See the Huddle model for details.
 | 
					       table. See the Huddle model for details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    See also the Subscription model, which stores which UserProfile
 | 
					    See also the Subscription model, which stores which UserProfile
 | 
				
			||||||
    objects are susbcribed to which Recipient objects.
 | 
					    objects are subscribed to which Recipient objects.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    id: int = models.AutoField(auto_created=True, primary_key=True, verbose_name="ID")
 | 
					    id: int = models.AutoField(auto_created=True, primary_key=True, verbose_name="ID")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user