about summary refs log tree commit diff stats
path: root/worker/types
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types')
-rw-r--r--worker/types/messages.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index f43ab0a..c7d5077 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -149,13 +149,6 @@ type DirectoryInfo struct {
 	Info *models.DirectoryInfo
 }
 
-// Sent whenever we assume that a directory content changed
-// workers are requested to update the DirectoryInfo to display the unread count
-type DirectoryInfoUpdateRequest struct {
-	Message
-	Name string
-}
-
 type DirectoryContents struct {
 	Message
 	Uids []uint32