From: Carl Worth Date: Mon, 11 Jan 2021 17:54:57 +0000 (-0800) Subject: Drop use of response_url in button handlers X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4f902f0849ca59389d2e9f08bc015e3eb9c63164;hp=4f902f0849ca59389d2e9f08bc015e3eb9c63164;p=turbot Drop use of response_url in button handlers Some buttons appear in a context, (like the app's "Home" view), where there is no response_url, (we can't generate a message there). So we can't rely on this. And we don't need to anyway, we can use the string in the reteurn value to get an error message out to the user. This commit should fix a bunch of broken puzzle edits button in the Turbot "home" view. ---