mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Toggling staff color on a post doesn’t get applied
This commit is contained in:
parent
c502e9fc47
commit
3e7cc18276
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export default Discourse.View.extend(StringBuffer, {
|
||||||
'post.topic.deleted_at',
|
'post.topic.deleted_at',
|
||||||
'post.replies.length',
|
'post.replies.length',
|
||||||
'post.wiki',
|
'post.wiki',
|
||||||
|
'post.post_type',
|
||||||
'collapsed'],
|
'collapsed'],
|
||||||
|
|
||||||
_collapsedByDefault: function() {
|
_collapsedByDefault: function() {
|
||||||
|
|
Loading…
Reference in a new issue