add sign-content (#13050)

This commit is contained in:
Jyong
2025-01-26 10:58:47 +08:00
committed by GitHub
parent 6887b501b8
commit 62c413aca5
3 changed files with 6 additions and 0 deletions

View File

@ -583,6 +583,10 @@ class DocumentSegment(db.Model): # type: ignore[name-defined]
return []
else:
return []
@property
def sign_content(self):
return self.get_sign_content()
def get_sign_content(self):
signed_urls = []