[server] Enable sharing for fav (#5861)

## Description

## Tests
This commit is contained in:
Neeraj
2025-05-10 07:34:33 +05:30
committed by GitHub

View File

@@ -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