# See and set user notification level for topics and messages

**URL:** https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838
**Category:** Bug
**Created:** [2월 11, 2019, 3:11오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838 "2019-02-11T15:11:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2월 11, 2019, 3:11오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/1 "2019-02-11T15:11:08Z")

</div>

I am trying to troubleshoot an issue with a user who is not getting email notifications as expected, and realized that I am not able to see or set their notification levels for topics and messages. Is there a way to do this that I am missing?

Also, I seem to recall this being reported in the past but when on the category preferences of another user, when I select “show watched topics” or “show tracked topics” or “show muted topics” the link is about my own notification levels and not about this other user I am trying to help. See links below and screenshot.

- `https://SITE/?state=watching`
- `https://SITE/?state=tracking`
- `https://SITE/?state=muted`

Should this not be e.g `https://SITE/u/USERNAME/?state=watching` or some such?

 ![18%20AM](https://global.discourse-cdn.com/meta/original/3X/5/c/5c8a957df04bf818d61e1b8aa7ad7cc834b3111a.png)

---

<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월 11, 2019, 3:15오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/2 "2019-02-11T15:15:59Z")

</div>

@maja can you add that to your list?

These links should point to the user you’re editing/viewing the preferences of, not the current user.

---

<div class="post-metadata">

### Author: ![maja](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maja/32/129533_2.png) [@maja](https://meta.discourse.org/u/maja)
#### Post date: [2월 26, 2019, 3:34오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/3 "2019-02-26T15:34:09Z")

</div>

“Show watched topics” links to the latest topics with param `state=watching` and even if there was a way to see user’s latest stream under something like `https://SITE/u/USERNAME/?state=watching`, it would not be of much benefit since you still wouldn’t be able to change notification level for topics.

It’s only possible to change topic notification level if you impersonate them, hence one solution here would be to impersonate and link to `/latest?state=watching` when clicking on “Show watched topics” for admins.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2월 27, 2019, 12:58오전 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/4 "2019-02-27T00:58:18Z")

</div>

Oh I see where this confusion came from @tobiaseigen wants:

`http://site.com/latest?user_is_watching=bob`

I think this is far to uncommon to add. For diagnostics I would recommend [data explorer](https://meta.discourse.org/t/32566?silent=true). @maja can you:

1. Add a stock query to [data explorer](https://meta.discourse.org/t/32566?silent=true) to view list of topics a user is watching.

2. Don’t render the “Show tracked topics” etc links IF you are viewing a profile that is not yours.

---

<div class="post-metadata">

### Author: ![maja](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maja/32/129533_2.png) [@maja](https://meta.discourse.org/u/maja)
#### Post date: [3월 18, 2019, 4:29오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/5 "2019-03-18T16:29:23Z")

</div>

“Show watched/tracked topics” links have been removed for admin and [data explorer](https://meta.discourse.org/t/32566?silent=true) default query for topics a user is watching/tracking has been added:

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

[https://github.com/discourse/discourse-data-explorer/commit/538dc6030f558cb3ee0104b6dc1443067411ec7b](https://github.com/discourse/discourse-data-explorer/commit/538dc6030f558cb3ee0104b6dc1443067411ec7b)

---

<div class="post-metadata">

### Author: ![maja](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maja/32/129533_2.png) [@maja](https://meta.discourse.org/u/maja)
#### Post date: [3월 18, 2019, 4:29오후 UTC](https://meta.discourse.org/t/see-and-set-user-notification-level-for-topics-and-messages/108838/6 "2019-03-18T16:29:34Z")

</div>


