forked from AkkomaGang/akkoma-fe
revert, it's still missing
This commit is contained in:
parent
d95fc02810
commit
dfd89b0bbc
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ export const parseStatus = (data) => {
|
|||
output.in_reply_to_user_id = data.in_reply_to_account_id
|
||||
output.replies_count = data.replies_count
|
||||
|
||||
// Missing!! fix in UI?
|
||||
// output.in_reply_to_screen_name = ???
|
||||
if (output.type === 'retweet') {
|
||||
output.retweeted_status = parseStatus(data.reblog)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue