Fixed bug where duplicate threads would not get responded
This commit is contained in:
@@ -211,6 +211,7 @@ class Thread(ChatBaseModel):
|
||||
|
||||
@property
|
||||
def message_count(self):
|
||||
# logger.warning("message_count was called")
|
||||
return self.messages.count()
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user