mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
add render nothing to refresh_browsers method
This commit is contained in:
parent
81c099a37c
commit
baef69d08c
@ -48,6 +48,7 @@ class Admin::UsersController < Admin::AdminController
|
||||
def refresh_browsers
|
||||
@user = User.where(id: params[:user_id]).first
|
||||
MessageBus.publish "/file-change", ["refresh"], user_ids: [@user.id]
|
||||
render nothing: true
|
||||
end
|
||||
|
||||
def revoke_admin
|
||||
|
Loading…
Reference in New Issue
Block a user