Fixed bug where duplicate threads would not get responded

This commit is contained in:
Remy Moll
2022-04-26 10:32:41 +02:00
parent 024da446e7
commit 246729d376
6 changed files with 56 additions and 41 deletions

View File

@@ -211,6 +211,7 @@ class Thread(ChatBaseModel):
@property
def message_count(self):
# logger.warning("message_count was called")
return self.messages.count()
@property