thoughtbot / carnival

An unobtrusive, developer-friendly way to add comments
MIT License
501 stars 30 forks source link

Unsubscribe may be broken #267

Closed calebhearth closed 6 years ago

calebhearth commented 9 years ago

I unsubscribed from this thread and also removed the app from GitHub, but am still receiving updates.

pbrisbin commented 9 years ago

Do you have a username, site, article, or thread?

calebhearth commented 9 years ago

Here's the HTML, from the carnivalapp.io landing page:

<li id="comment-453" class="carnival-comment"><div class="carnival-author"><img src="https://www.gravatar.com/avatar/5d0b9f89c8dae06a874391a0822ffa86"><span>Paul Anthony Webb</span></div><div class="carnival-body"><p>I unsubscribed from this thread and also removed the app from GitHub, but am still receiving updates.</p></div></li>
jferris commented 9 years ago

I tried to reproduce this by subscribing/unsubscribing myself, but I stopped receiving emails after unsubscribing.

calebhearth commented 9 years ago

Sounds like it's been fixed or was a fluke then.

On May 5, 2015, at 2:39 PM, Joe Ferris notifications@github.com wrote:

I tried to reproduce this by subscribing/unsubscribing myself, but I stopped receiving emails after unsubscribing.

— Reply to this email directly or view it on GitHub.

jferris commented 9 years ago

I wonder if maybe he subscribed to multiple threads and thought he was unsubscribing from every thread at once?

pbrisbin commented 9 years ago

I don't have access to the heroku app(s) anymore. But what I would do is find the user by name, then look at subscription by user id for records with active = true.