Send message to a particular user
This commit is contained in:
parent
779a5e0cbf
commit
93ef9e31ad
7 changed files with 46 additions and 22 deletions
|
@ -62,6 +62,8 @@ urlpatterns = [
|
|||
# feeds
|
||||
re_path(r'^(?P<tab>home|local|federated)/?$', views.Feed.as_view()),
|
||||
re_path(r'^direct-messages/?$', views.DirectMessage.as_view()),
|
||||
re_path(r'^direct-messages/(?P<username>%s)?$' % regex.username,
|
||||
views.DirectMessage.as_view()),
|
||||
|
||||
# search
|
||||
re_path(r'^search/?$', views.Search.as_view()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue