sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Update entity properties and add mark all as read functionality #326

Closed Pdzly closed 2 months ago

Pdzly commented 2 months ago

Changed nullable property for ip_address and altered boolean field in UserDate and CommentReply entities respectively. Implemented 'mark all as read' functionality in UserController and PrivateMessageService which marks all private messages, comment replies, and person mentions as read. Adjusted queries in relevant repositories to support this change. Numerous minor adjustments were made across various other classes to enhance code readability and maintain consistency.

closes #322