1
0
Fork 0
forked from forgejo/forgejo

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