Feature/Add _Allow user discovery services_ preference
This commit is contained in:
parent
4369ce6f1b
commit
194dd88118
6 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue