]> git.openstreetmap.org Git - rails.git/commit
Define a DEFAULT_FRESHLY_CLOSED_LIMIT constant
authorHarry Wood <github@harrywood.co.uk>
Wed, 7 Sep 2022 14:03:27 +0000 (15:03 +0100)
committerHarry Wood <github@harrywood.co.uk>
Wed, 14 Sep 2022 22:59:41 +0000 (23:59 +0100)
commite057e1c479fb92a8fe693e940f4ba8eb404dff7e
tree58f5df2eb3d8bd3f8963502ba5a0b5fe97e509a8
parentd8e51614cb04da1f61ec403af49d249209c1f7f9
Define a DEFAULT_FRESHLY_CLOSED_LIMIT constant

Define DEFAULT_FRESHLY_CLOSED_LIMIT in the Note model to allow the 7 day limit to be referenced in the API controller and in the new `freshy_closed_until` logic. The default value is `7.days`. API users can still override this, but the website uses that default for the duration of the green "freshly closed" notes markers.
app/controllers/api/notes_controller.rb
app/models/note.rb