mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
models: Fix subscribed typo.
This commit is contained in:
parent
d86e4ac34d
commit
183e7be31c
@ -1446,7 +1446,7 @@ class Recipient(models.Model):
|
||||
table. See the Huddle model for details.
|
||||
|
||||
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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user