mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-03 05:23:48 +00:00
fix[frontend]: sidebar active state
- replace conversation sidebar with shadcn sidebar - refactor: rename and simplify permissions for better clarity and usability - WIP - Snoozing of conversations and UI.
This commit is contained in:
@@ -176,6 +176,9 @@ func main() {
|
||||
// Purge unlinked message media.
|
||||
go media.DeleteUnlinkedMessageMedia(ctx)
|
||||
|
||||
// Run the unsnoozer.
|
||||
go conversation.RunUnsnoozer(ctx)
|
||||
|
||||
// Init the app
|
||||
var app = &App{
|
||||
lo: lo,
|
||||
|
||||
Reference in New Issue
Block a user