mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 09:08:08 -05:00
Currently, clicking on the unsubscribe link with a `key` associated with a deleted topic results in an HTTP 500 response. This change fixes that by skipping any attempt to run topic related flow if topic isn't present.