Fixes storage of remote statuses
This commit is contained in:
parent
3e48adad52
commit
a47f573b2b
6 changed files with 92 additions and 18 deletions
|
@ -10,7 +10,7 @@ username_regex = r'(?P<username>[\w@\.-]+)'
|
|||
localname_regex = r'(?P<username>[\w\.-]+)'
|
||||
user_path = r'^user/%s' % username_regex
|
||||
local_user_path = r'^user/%s' % localname_regex
|
||||
status_path = r'%s/(status|review)/(?P<status_id>\d+)' % user_path
|
||||
status_path = r'%s/(status|review)/(?P<status_id>\d+)' % local_user_path
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue