about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2017-10-25 17:37:06 -0400
committerGitHub <noreply@github.com>2017-10-25 17:37:06 -0400
commit31814ddda009939d5d2ebe3e0ac061c26387529a (patch)
tree19e002405d30a50aca740a979efeb6b3a9d1e186 /config
parent5f0268ab842990740d79d44e77159bb52f1a08ce (diff)
parent42f2045c217df4b482e6ce70615a1d3252e0e972 (diff)
Merge pull request #198 from glitch-soc/gs-direct-timeline
Direct messages timeline from tootsuite/mastodon#4514
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 9ed081e50..047de73ba 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -193,6 +193,7 @@ Rails.application.routes.draw do
       end
 
       namespace :timelines do
+        resource :direct, only: :show, controller: :direct
         resource :home, only: :show, controller: :home
         resource :public, only: :show, controller: :public
         resources :tag, only: :show