From: Carl Worth Date: Sat, 9 Jan 2021 13:16:20 +0000 (-0800) Subject: Use a deep copy when comparing a puzzle to detect state modifications X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=3385d460742786491db31c1587a86886a3e1b6c8;hp=3385d460742786491db31c1587a86886a3e1b6c8;p=turbot Use a deep copy when comparing a puzzle to detect state modifications Since the recent tags is an array, we need a deep copy of the puzzle dict in order to be able to reliably compare the puzzle prior to the copy with the one after the copy where a tag has been added or removed. With this fix, adding or removing a tag now reliably updates the channel description. ---