mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
feat: add created_by_id to document creation in various sync services
This commit is contained in:
parent
b71dd425f8
commit
9a20db7fc4
5 changed files with 5 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ class GmailKBSyncService:
|
|||
connector_id=connector_id,
|
||||
source_markdown=body_text,
|
||||
updated_at=get_current_timestamp(),
|
||||
created_by_id=user_id,
|
||||
)
|
||||
|
||||
self.db_session.add(document)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue