1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

UPDATE README

This commit is contained in:
Unknown
2014-04-11 13:24:19 -04:00
parent 4c6e0e9499
commit 7d07b58114
7 changed files with 13 additions and 11 deletions

View File

@ -294,6 +294,8 @@ func DeleteUser(user *User) error {
return err
}
// Delete oauth2.
// Delete all feeds.
if _, err = orm.Delete(&Action{UserId: user.Id}); err != nil {
return err