mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
Fix typo.
This commit is contained in:
parent
0b2d65f77a
commit
86adc8d717
@ -302,7 +302,7 @@ module Discourse
|
||||
# This is better than `MessageBus.publish "/file-change", ["refresh"]` because
|
||||
# it spreads the refreshes out over a time period
|
||||
if user_ids
|
||||
MessageBus.publish("/refresh_client", 'clobber', user_ids: user_id)
|
||||
MessageBus.publish("/refresh_client", 'clobber', user_ids: user_ids)
|
||||
else
|
||||
MessageBus.publish('/global/asset-version', 'clobber')
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user