forked from AkkomaGang/akkoma-fe
do not miss statusnet_profile_url of mentions
This commit is contained in:
parent
45961331b6
commit
2af35b8404
1 changed files with 1 additions and 2 deletions
|
@ -33,6 +33,7 @@ export const parseUser = (data) => {
|
|||
|
||||
if (masto) {
|
||||
output.screen_name = data.acct
|
||||
output.statusnet_profile_url = data.url
|
||||
|
||||
// There's nothing else to get
|
||||
if (mastoShort) {
|
||||
|
@ -56,8 +57,6 @@ export const parseUser = (data) => {
|
|||
|
||||
output.bot = data.bot
|
||||
|
||||
output.statusnet_profile_url = data.url
|
||||
|
||||
if (data.pleroma) {
|
||||
const relationship = data.pleroma.relationship
|
||||
|
||||
|
|
Loading…
Reference in a new issue