mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
BUGFIX: 404 on /users/:user/private-messages
This commit is contained in:
@ -25,4 +25,8 @@ class UserActionsController < ApplicationController
|
||||
render json: UserAction.stream_item(params[:id], guardian)
|
||||
end
|
||||
|
||||
def private_messages
|
||||
# DO NOT REMOVE
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user