fix(comments): address code review feedback

- Add onupdate=sa.func.now() to migration updated_at columns
- Use UserProfile.is_blocked.is_(False) instead of == False
- Fix British to American spelling (organised → organized)

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/DocuElevate/sessions/3894af37-0f19-457b-8811-f1feb18b17ef
This commit is contained in:
copilot-swe-agent[bot]
2026-03-21 18:30:05 +00:00
parent ad795e200a
commit 4b6412734b
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -2920,7 +2920,7 @@ Threaded comments and PDF annotations for document collaboration.
**GET** `/api/files/{file_id}/comments`
Returns all comments for a document, organised into a threaded tree.
Returns all comments for a document, organized into a threaded tree.
**Response (200):**
```json