save relationship of objects

This commit is contained in:
tsukasa
2023-09-13 17:55:27 +08:00
parent 8ac6065332
commit 6e5beb4cdf
7 changed files with 131 additions and 11 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class EmailObject(KnowledgeObject):
return self.desc["tags"]
def get_rich_text(self):
return self.body["rich_text"]
return self.body["content"]
"""