Fix minor issues

This commit is contained in:
Daniel
2019-01-11 22:19:45 +01:00
parent f35872ec51
commit 7da7ebf183
6 changed files with 27 additions and 16 deletions

View File

@@ -263,6 +263,7 @@ func (link *Link) Delete() {
link.Meta().Delete()
go dbController.PushUpdate(link)
link.connection.RemoveLink()
go link.connection.Save()
}
// GetLink fetches a Link from the database from the default namespace for this object