You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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>
1 year ago
..
api Add context cache as a request level cache (#22294) 1 year ago
common Add context cache as a request level cache (#22294) 1 year ago
install Add context cache as a request level cache (#22294) 1 year ago
private Add context cache as a request level cache (#22294) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web fix incorrect role labels for migrated issues and comments (#22914) 1 year ago
init.go Implement actions (#21937) 1 year ago