Link to local versions of statuses in notifications

This commit is contained in:
Mouse Reeve
2020-12-30 16:10:32 -08:00
parent 885bb023a3
commit d42ebbaf4a
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ status_types = [
'generatednote'
]
status_path = r'%s/(%s)/(?P<status_id>\d+)' % \
(local_user_path, '|'.join(status_types))
(user_path, '|'.join(status_types))
book_path = r'^book/(?P<book_id>\d+)'