mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
Remove more views and deprecations.
This commit is contained in:
@ -49,7 +49,7 @@ class PluginApi {
|
||||
|
||||
if (!opts.onlyStream) {
|
||||
decorate(ComposerEditor, 'previewRefreshed', callback);
|
||||
decorate(this.container.lookupFactory('view:user-stream'), 'didInsertElement', callback);
|
||||
decorate(this.container.lookupFactory('component:user-stream'), 'didInsertElement', callback);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user