# Small action posts should not be considered as replies?

**URL:** https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308
**Category:** Feature
**Tags:** small-actions
**Created:** [April 17, 2020, 3:25am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308 "2020-04-17T03:25:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jamie\_Liu1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamie_liu1/32/139694_2.png) [@Jamie\_Liu1](https://meta.discourse.org/u/Jamie_Liu1)
#### Post date: [April 17, 2020, 3:25am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308/1 "2020-04-17T03:25:17Z")

</div>

Hi, I found that admin operations such as listing/unlisting a topic or changing its category are considered as a new reply to the topic. Then this topic would appear under the Latest tab even though there are no REAL replies to the discussion.

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/0/704ca9186f231a92132b1891236a07d87ee6b552.png)

Is that reasonable? I don’t think visitors to the forum care about these admin operations.

---

<div class="post-metadata">

### Author: ![Thomas\_G](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_g/32/200158_2.png) [@Thomas\_G](https://meta.discourse.org/u/Thomas_G)
#### Post date: [April 17, 2020, 9:02am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308/2 "2020-04-17T09:02:06Z")

</div>

I see what you mean, don’t forget though, that when closing or unlisitng a topic, mods and staff have the ability to add text in those notifications. That’s why they count as a reply. It also indicated the last person who replied in that topic.

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [April 17, 2020, 9:07am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308/3 "2020-04-17T09:07:44Z")

</div>

Hello you can disable entirely via CSS but UX might have some inconveniences.

```plaintext
.small-action {
  display: none;
}
.small-action.time-gap {
  display: block;
}

```

Thanks @vinothkannans

* * *

Additionally, you can delete the staff action.

---

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [April 17, 2020, 9:12am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308/4 "2020-04-17T09:12:29Z")

</div>

> [@Jamie\_Liu1](#):
>
> Is that reasonable? I don’t think visitors to the forum care about these admin operations.

If you change permissions of your category appropriately, visitors to the forum will never see these messages.

You set the permission of each category and so those permissions control who sees what category.

 ![Screen Shot 2020-04-17 at 4.14.22 PM](https://global.discourse-cdn.com/meta/original/3X/1/6/161f1dadf518373f76547c8222fdbf86cdf26ddd.jpeg)

In your example @Jamie_Liu1, you change permissions of your “Release Notes” category.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 22, 2024, 11:51am UTC](https://meta.discourse.org/t/small-action-posts-should-not-be-considered-as-replies/148308/6 "2024-05-22T11:51:11Z")

</div>


