mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
got to be careful with integrity specs
This commit is contained in:
@ -29,7 +29,7 @@ class UserActionsController < ApplicationController
|
||||
if user.id == guardian.user.try(:id)
|
||||
help_key += ".self"
|
||||
else
|
||||
help_key += ".other"
|
||||
help_key += ".others"
|
||||
end
|
||||
render json: {
|
||||
user_action: [],
|
||||
|
Reference in New Issue
Block a user