Cobbled together some semblance of an item library UI
This commit is contained in:
@@ -3,6 +3,10 @@ Schemas.UserProfile = new SimpleSchema({
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
librarySubscriptions: {
|
||||
type: [String],
|
||||
defaultValue: [],
|
||||
},
|
||||
});
|
||||
|
||||
Schemas.User = new SimpleSchema({
|
||||
|
||||
Reference in New Issue
Block a user