# Liking a topic that was expanded to "Show Full Topic" revert the state

**URL:** https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139
**Category:** Bug
**Created:** [2월 28, 2017, 11:07오후 UTC](https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139 "2017-02-28T23:07:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2월 28, 2017, 11:07오후 UTC](https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139/1 "2017-02-28T23:07:24Z")

</div>

If you go to a topic that uses embedded comments, [like this one](https://meta.discourse.org/t/summer-of-code-2017/58126/1), click on Show Full Post, and after that like it, it will remove the extra text, and the button will be gone.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2월 28, 2017, 11:37오후 UTC](https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139/2 "2017-02-28T23:37:37Z")

</div>

This is a long running bug that BBS complains about a fair bit.. so we should fix @eviltrout.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [4월 7, 2017, 7:19오후 UTC](https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139/3 "2017-04-07T19:19:40Z")

</div>

It looks like when a like streamed in over the message bus it was updating the `cooked` attribute of the post. I don’t see why we need to do that, so I’ve added the ability to omit that attribute and now it doesn’t do it:

[https://github.com/discourse/discourse/commit/28c59d754b00efa2b26521faac6af38989d7eb77](https://github.com/discourse/discourse/commit/28c59d754b00efa2b26521faac6af38989d7eb77)

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [4월 7, 2017, 7:19오후 UTC](https://meta.discourse.org/t/liking-a-topic-that-was-expanded-to-show-full-topic-revert-the-state/58139/4 "2017-04-07T19:19:45Z")

</div>


