Link to local versions of statuses in notifications
This commit is contained in:
parent
885bb023a3
commit
d42ebbaf4a
2 changed files with 3 additions and 3 deletions
|
@ -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+)'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue