Fixes handling of ratings in status views and urls

This commit is contained in:
Mouse Reeve
2021-02-25 15:05:51 -08:00
parent 2e36cfbcf6
commit 4a10c99026
4 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,7 @@ local_user_path = r'^user/(?P<username>%s)' % regex.localname
status_types = [
'status',
'review',
'reviewrating',
'comment',
'quotation',
'boost',