2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix typo.

This commit is contained in:
Guo Xiang Tan 2017-08-16 13:06:47 +09:00
parent 0b2d65f77a
commit 86adc8d717

View file

@ -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