mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
We don't really need a members field on the channel object.
This commit is contained in:
parent
485204e979
commit
e1dbdba951
1 changed files with 0 additions and 1 deletions
|
|
@ -720,7 +720,6 @@ class CommChannel(models.Model):
|
|||
ansi_name = models.CharField(maxlength=255)
|
||||
owner = models.ForeignKey(Object, related_name="chan_owner")
|
||||
description = models.CharField(maxlength=80)
|
||||
members = models.ManyToManyField(Object, blank=True, null=True)
|
||||
req_grp = models.ManyToManyField(Group, blank=True, null=True)
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue