Move local keys out of `user.info`
authorrinpatch <rinpatch@sdf.org>
Sun, 6 Oct 2019 13:22:35 +0000 (16:22 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 6 Oct 2019 13:56:36 +0000 (16:56 +0300)
commitfefbd31c6e60e25778ed01c522273375d4f04266
tree64a2df8ef9eb2643fbf4db76a92f206e14e549b1
parent9e34919dcdbeedf8eb623dc86b05f63ef44d8859
Move local keys out of `user.info`
lib/pleroma/signature.ex
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/salmon/salmon.ex
priv/repo/migrations/20191006123824_add_keys_column.exs [new file with mode: 0644]
priv/repo/migrations/20191006135457_move_keys_to_separate_column.exs [new file with mode: 0644]
test/signature_test.exs
test/user_test.exs