cleanup
This commit is contained in:
parent
fd27c78c4b
commit
966a9e78af
2 changed files with 0 additions and 5 deletions
|
@ -101,10 +101,6 @@ const parseAttachment = (data) => {
|
|||
export const parseStatus = (data) => {
|
||||
const output = {}
|
||||
const masto = data.hasOwnProperty('account')
|
||||
output.raw = data
|
||||
|
||||
console.log(masto ? 'MAMMAL' : 'OLD SHIT')
|
||||
console.log(data)
|
||||
|
||||
if (masto) {
|
||||
output.favorited = data.favourited
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue