mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00: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…
x
Reference in New Issue
Block a user