# Akismet is no longer showing the post content

**URL:** https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203
**Category:** Bug
**Tags:** akismet
**Created:** [11월 3, 2018, 12:57오후 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203 "2018-11-03T12:57:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [11월 3, 2018, 12:57오후 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/1 "2018-11-03T12:57:59Z")

</div>

Akismet when it catches a post is no longer showing the post content in the admin area. Clicking on the Post ID does take me to it though (as a workaround).

 ![image](https://global.discourse-cdn.com/meta/original/3X/b/5/b513f50343f03b0bef8ab99ac6cfce05cc5781a8.png)

Reproduction steps

1. Create a new user
2. Copy the following as the title:  
`BAMWAR BAMWAR bamwar BAMWAR BAMWAR`
3. Copy the following as the post content:  
`BAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWARBAMWAR BAMWAR bamwar BAMWAR BAMWAR`

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [11월 3, 2018, 2:45오후 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/2 "2018-11-03T14:45:35Z")

</div>

> [@cpradio](#):
>
> Clicking on the Post ID does take me to it though

Thanks, 👍 that’s better than the  
avatar → profile → deleted → post  
that I did a few hours ago.

---

<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: [11월 3, 2018, 7:57오후 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/3 "2018-11-03T19:57:48Z")

</div>

I think this is a legit bug @sam and we should assign it.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [11월 11, 2018, 8:14오전 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/5 "2018-11-11T08:14:32Z")

</div>

Looks like it regressed when we introduced `add_excerpt` param in `PostSerializer`. This commit fixes it:

[https://github.com/discourse/discourse-akismet/commit/71f5193363c3ff171fb6df58573a9354469e23d0](https://github.com/discourse/discourse-akismet/commit/71f5193363c3ff171fb6df58573a9354469e23d0)

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [11월 12, 2018, 12:40오전 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/6 "2018-11-12T00:40:16Z")

</div>

Thank you! I re-tested it on latest and it works again.

---

<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: [11월 12, 2018, 1:11오전 UTC](https://meta.discourse.org/t/akismet-is-no-longer-showing-the-post-content/101203/7 "2018-11-12T01:11:30Z")

</div>


