mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix user profile activity feed (#1848)
* Fix user profile activity feed * gofmt, and avoid overlapping database connections
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
id: 2
|
||||
user_id: 3
|
||||
op_type: 2 # rename repo
|
||||
act_user_id: 3
|
||||
act_user_id: 2
|
||||
repo_id: 3
|
||||
is_private: true
|
||||
content: oldRepoName
|
||||
|
Reference in New Issue
Block a user