Add some debugging to federations.
[akkoma] / lib / pleroma / web / router.ex
index 07c1f802883d4aee6cf042e15d630a0f60d8a99f..5f78ff97fc611edcccd6677f7211c0602777dc83 100644 (file)
@@ -33,6 +33,7 @@ defmodule Pleroma.Web.Router do
     get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_and_external_timeline
     get "/statuses/networkpublic_timeline", TwitterAPI.Controller, :public_and_external_timeline
     get "/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
+    get "/qvitter/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
 
     get "/statuses/show/:id", TwitterAPI.Controller, :fetch_status
     get "/statusnet/conversation/:id", TwitterAPI.Controller, :fetch_conversation