Better caldav support (#73)
This commit is contained in:
@ -67,6 +67,10 @@ func (lu *ListUser) Create(a web.Auth) (err error) {
|
||||
|
||||
// Insert user <-> list relation
|
||||
_, err = x.Insert(lu)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
err = updateListLastUpdated(l)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user