Exlicitly get the pseudonamespace with all shared lists #32

Merged
konrad merged 2 commits from feature/get-namespace-with-shared-lists into master 2018-12-04 10:16:42 +00:00
Showing only changes of commit 0b2e2adb8d - Show all commits

View File

@ -37,6 +37,7 @@ type Namespace struct {
web.Rights `xorm:"-" json:"-"`
}
// PseudoNamespace is a pseudo namespace used to hold shared lists
var PseudoNamespace = Namespace{
ID: -1,
Name: "Shared Lists",