# Double number of clicks notification badge

**URL:** https://meta.discourse.org/t/double-number-of-clicks-notification-badge/39745
**Category:** Bug
**Created:** [2월 17, 2016, 4:58오후 UTC](https://meta.discourse.org/t/double-number-of-clicks-notification-badge/39745 "2016-02-17T16:58:52Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2월 17, 2016, 5:34오후 UTC](https://meta.discourse.org/t/double-number-of-clicks-notification-badge/39745/3 "2016-02-17T17:34:11Z")

</div>

I actually think it’s a bug.

It happens when you have two links which starts with the same substring.

- [Link to a topic](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416)
- [Link to a specific post](https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/last)

_EDIT:_ here’s what we have in the JSON

```javascript
link_counts: [
  {
    url: "https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416",
    clicks: 3
  },
  {
    url: "https://meta.discourse.org/t/cant-install-docker-on-linode-aufs-tools-not-found/18416/99999999",
   clicks: 0
  }
]

```

---

_[View the full topic](https://meta.discourse.org/t/double-number-of-clicks-notification-badge/39745)._
