feat: button to scroll to the bottom of message list

- feat: show new messages in conversation count when user has scrolled to older messages
- feat: Events in conversation update automation rules
- feat: use prop vee-validate validations in `SelectTag` custom component and changes to enable use of vee-validate
- Adds new column events in automation rules
- Delete unlinked messages media files periodically.
This commit is contained in:
Abhinav Raut
2024-11-11 03:37:28 +05:30
parent 3909990c11
commit 9cd8aae3dc
25 changed files with 466 additions and 241 deletions

View File

@@ -151,6 +151,9 @@ func main() {
// Start notification service.
go notifier.Run(ctx)
// Delete media not linked to any message.
go media.DeleteUnlinkedMessageMedia(ctx)
// Init the app
var app = &App{
lo: lo,