extend custom runtime system (#108)
authorfloatingghost <hannah@coffee-and-dreams.uk>
Sun, 24 Jul 2022 16:42:43 +0000 (16:42 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Sun, 24 Jul 2022 16:42:43 +0000 (16:42 +0000)
commitc4e9c4bc95c5012a6d33fa4a69d613c672fd130d
tree6fcacbf42122603f1c9447b736f3c8244503d1bd
parentf9a7b456ebe16d94f81b52ec6f051c1e9b2e3696
extend custom runtime system (#108)

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/108
CHANGELOG.md
docs/docs/configuration/cheatsheet.md
lib/pleroma/utils.ex
test/fixtures/runtime_modules/first.ex [new file with mode: 0644]
test/fixtures/runtime_modules/nope.exs [new file with mode: 0644]
test/fixtures/runtime_modules/subdir/second.ex [new file with mode: 0644]
test/pleroma/utils_test.exs