Feature/Add _Allow user discovery services_ preference

This commit is contained in:
Hakaba Hitoyo 2019-09-26 22:31:28 +00:00 committed by kaniini
parent 4369ce6f1b
commit 194dd88118
6 changed files with 14 additions and 0 deletions

View file

@ -97,6 +97,7 @@ export const parseUser = (data) => {
if (data.source.pleroma) {
output.no_rich_text = data.source.pleroma.no_rich_text
output.show_role = data.source.pleroma.show_role
output.discoverable = data.source.pleroma.discoverable
}
}