diff --git a/server/ente/collection.go b/server/ente/collection.go index 9b9a0759d9..25470d72fd 100644 --- a/server/ente/collection.go +++ b/server/ente/collection.go @@ -38,7 +38,7 @@ func (c *Collection) AllowSharing() bool { if c == nil { return false } - if c.Type == "favorites" || c.Type == "uncategorized" { + if c.Type == "uncategorized" { return false } return true