[19:16:03] Is it possible by any chance to make it so global locks can be temporary? And expire on a certain day [19:25:25] It's certainly possible [19:31:44] Im curious how i can do ir [19:36:15] You'd have to add a DB column to store the expiration timestamp, then write all the glue to put it together, display it... expire them etc [19:36:24] Not trivial [19:43:29] might as well put that effort into adding support for blocking users in GlobalBlocking [20:06:44] taavi: I already started that but the patchset ended up being massive (and I couldn't figure out a way to easily break it down into multiple smaller changes) so it never really went through review and has since had plenty of merge conflicts