mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
FIX: assign decoratorHelper
(#7338)
This commit is contained in:
parent
3987691b5e
commit
02394e9170
@ -16,6 +16,7 @@ export default class PostCooked {
|
|||||||
this.attrs = attrs;
|
this.attrs = attrs;
|
||||||
this.expanding = false;
|
this.expanding = false;
|
||||||
this._highlighted = false;
|
this._highlighted = false;
|
||||||
|
this.decoratorHelper = decoratorHelper;
|
||||||
this.currentUser = currentUser;
|
this.currentUser = currentUser;
|
||||||
this.ignoredUsers = this.currentUser
|
this.ignoredUsers = this.currentUser
|
||||||
? this.currentUser.ignored_users
|
? this.currentUser.ignored_users
|
||||||
|
Loading…
Reference in New Issue
Block a user