1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00
This commit is contained in:
Michael Jerger 2024-05-24 13:38:43 +02:00
parent 82cb9e0203
commit 9705d42e02
2 changed files with 0 additions and 2 deletions

View file

@ -136,7 +136,6 @@ package "code.gitea.io/gitea/models/user"
func DeleteUserSetting
func GetUserEmailsByNames
func GetUserNamesByIDs
func DeleteFederatedUser
package "code.gitea.io/gitea/modules/activitypub"
func (*Client).Post

View file

@ -242,4 +242,3 @@ func StoreFollowingRepoList(ctx context.Context, localRepoID int64, followingRep
func DeleteFollowingRepos(ctx context.Context, localRepoID int64) error {
return repo.StoreFollowingRepos(ctx, localRepoID, []*repo.FollowingRepo{})
}