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 14:36:24 +0000 (17:36 +0300)
commitc58da1118279f6c399ea0e32e532d5441b059c56
treedabe109fe7748c726f6438907b0bf1a3c257fcee
parent294e08cb65940ff193d6920e576f56718a5623f4
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