Commit Graph

5 Commits

Author SHA1 Message Date
23b0ab989b chore: update preview images for project showcase section 2025-12-12 17:45:39 +00:00
5db33fc84d feat: implement blocking service with user-level content filtering
- Added BlockingService class with methods for managing blocked users and content
- Integrated blocking checks into message delivery pipeline to filter blocked senders
- Added database migration for blocked_users table with user_id and target_id columns
2025-12-10 14:39:19 +00:00
d7430d08cb perf: optimize database query by adding composite index on user_id and created_at columns 2025-12-07 22:18:28 +00:00
cc2b9cc4f6 fix: correct notification display for name-related issues in user settings 2025-12-07 22:11:46 +00:00
1f3e481c97 chore: initialize project structure with empty repository scaffold 2025-12-04 19:29:35 +00:00