mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:21:43 +08:00
apply prettier on plugins (#7605)
This commit is contained in:
@ -92,8 +92,7 @@ export default Ember.Component.extend({
|
||||
this.messageBus.subscribe(
|
||||
r.messagebus_channel,
|
||||
message => {
|
||||
if (!this.isDestroyed)
|
||||
this.set("presenceUsers", message.users);
|
||||
if (!this.isDestroyed) this.set("presenceUsers", message.users);
|
||||
this._clearTimer = Ember.run.debounce(
|
||||
this,
|
||||
"clear",
|
||||
|
Reference in New Issue
Block a user