def markNotified(id: Int): IO[Int] = sql""" update message set notified = true where id = $id """.update.run.transact(tr)