v1.156.0
Feature
Add visit tracking for notes and threads
- Implemented POST endpoints for tracking visits to notes and threads, updating the lastVisited timestamp in the database.
- Enhanced error handling for authentication and access control, ensuring users can only update their own notes and threads or those they have access to.
- Refactored thread ID normalization in the frontend hooks to maintain consistency across API calls.
- Updated AppLayout to correctly format note and thread IDs for hooks, improving integration with the new visit tracking functionality.
