added 197 NOOP migration to make sure the old versions don't attempt to process protected notes with 16 byte IV

This commit is contained in:
zadam 2022-08-01 22:28:02 +02:00
parent 0beee408cf
commit edff1be16d

View file

@ -0,0 +1 @@
module.exports = () => console.log("NOOP, increased because of protected notes IV change");