aboutsummaryrefslogtreecommitdiff
path: root/api/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2026-03-12feat: add attachment functionality to lettersBobby1-0/+0
- Implemented upload and removal of attachments in the letter system. - Created LetterAttachment model to handle file uploads with associated metadata. - Updated conversation and letter views to support attachment uploads. - Added frontend support for file attachment in the MarkMiku editor. - Enhanced CSS styles for attachment display in letters. - Introduced API endpoints for uploading and removing attachments. - Added signal to delete attachment files upon model deletion. - Updated settings to configure maximum attachments and size limits. - Removed unused kawaiibeats service and its related files.