fix mistakes
This commit is contained in:
parent
6bb75a3a6d
commit
4b7007bc7d
3 changed files with 1 additions and 7 deletions
|
@ -320,9 +320,6 @@ export const parseStatus = (data) => {
|
|||
? String(output.in_reply_to_user_id)
|
||||
: null
|
||||
|
||||
if (data.account.pleroma.relationship) {
|
||||
data.account.pleroma.relationship = undefined
|
||||
}
|
||||
output.user = parseUser(masto ? data.account : data.user)
|
||||
|
||||
output.attentions = ((masto ? data.mentions : data.attentions) || []).map(parseUser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue