Birthdays
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8ade11783a
commit
79d02bddbe
8 changed files with 60 additions and 5 deletions
|
|
@ -118,6 +118,8 @@ export const parseUser = (data) => {
|
|||
} else {
|
||||
output.role = 'member'
|
||||
}
|
||||
|
||||
output.birthday = data.pleroma.birthday
|
||||
}
|
||||
|
||||
if (data.source) {
|
||||
|
|
@ -128,6 +130,7 @@ export const parseUser = (data) => {
|
|||
output.no_rich_text = data.source.pleroma.no_rich_text
|
||||
output.show_role = data.source.pleroma.show_role
|
||||
output.discoverable = data.source.pleroma.discoverable
|
||||
output.show_birthday = data.pleroma.show_birthday
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue