Accept `reason` in POST /api/v1/accounts and store in DB
authorAlex Gleason <alex@alexgleason.me>
Tue, 14 Jul 2020 05:22:12 +0000 (00:22 -0500)
committerAlex Gleason <alex@alexgleason.me>
Tue, 14 Jul 2020 05:22:12 +0000 (00:22 -0500)
commit5ddf0415c4fd6021422eb38b4625c01ad27582c5
treeeba4c311a0d4f64ff36cb20e32d4fec5a4aeade3
parentbcfd38c8f3ecd2620bae7fc756ffc3f4bbe2b89e
Accept `reason` in POST /api/v1/accounts and store in DB
lib/pleroma/user.ex
lib/pleroma/web/twitter_api/twitter_api.ex
priv/repo/migrations/20200714043918_add_registration_reason_to_users.exs [new file with mode: 0644]
test/web/mastodon_api/controllers/account_controller_test.exs