This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/routers
Zettat123 0ab22a1a02
fix incorrect role labels for migrated issues and comments (#22914)
Fix #22797.

## Reason
If a comment was migrated from other platforms, this comment may have an
original author and its poster is always not the original author. When
the `roleDescriptor` func get the poster's role descriptor for a
comment, it does not check if the comment has an original author. So the
migrated comments' original authors might be marked as incorrect roles.

---------

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-15 12:29:13 -05:00
..
api Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
common Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
install Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
private Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web fix incorrect role labels for migrated issues and comments (#22914) 2023-02-15 12:29:13 -05:00
init.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00