| ▲ | fastball 2 days ago | |
Same happened to me. You can clear it via the CLI, hilariously. ``` gh api notifications\?all=true | jq -r 'map(select(.unread) | .id)[]' | xargs -L1 sh -c 'gh api -X PATCH notifications/threads/$0' ``` | ||
| ▲ | bdcravens 2 days ago | parent [-] | |
HN doesn't support markdown, but you can "code" format it with 2+ spaces. | ||