mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 09:24:25 +00:00
c6c4d66004
Help #29999, or its tests cannot pass. Also, add some comments to clarify the usage of `TxContext`. I don't check all usages of `TxContext` because there are too many (almost 140+). It's a better idea to replace them with `WithTx` instead of checking them one by one. However, that may be another refactoring PR.