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