mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
Ability to decorate after post cooked, and rawHtml helper
This commit is contained in:
@ -23,7 +23,6 @@ class PluginApi {
|
||||
constructor(version, container) {
|
||||
this.version = version;
|
||||
this.container = container;
|
||||
|
||||
this._currentUser = container.lookup('current-user:main');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user