mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 11:45:50 +08:00
FIX: You can click to see your own PMs from flags
Also refactors post action users to be a new object type since they can have `post_url` which is not a field of a `User`
This commit is contained in:
@ -365,6 +365,7 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "excerpt" => "excerpt#show"
|
||||
|
||||
resources :post_action_users
|
||||
resources :post_actions do
|
||||
collection do
|
||||
get "users"
|
||||
|
Reference in New Issue
Block a user