forked from AkkomaGang/akkoma-fe
Move following to qvitter only space
This commit is contained in:
parent
4c9f3b946d
commit
b9142e6fac
2 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,10 @@ export const parseUser = (data) => {
|
|||
output.default_scope = data.default_scope
|
||||
output.hide_network = data.hide_network
|
||||
output.background_image = data.background_image
|
||||
// on mastoapi this info is contained in a "relationship"
|
||||
output.following = data.following
|
||||
}
|
||||
|
||||
output.following = data.following
|
||||
output.created_at = new Date(data.created_at)
|
||||
output.locked = data.locked
|
||||
output.followers_count = data.followers_count
|
||||
|
|
|
@ -80,7 +80,6 @@ const makeMockUserMasto = (overrides = {}) => {
|
|||
fields: [],
|
||||
followers_count: 705,
|
||||
following_count: 326,
|
||||
following: true,
|
||||
header:
|
||||
'https://shigusegubu.club/media/7ab024d9-2a8a-4fbc-9ce8-da06756ae2db/6aadefe4e264133bc377ab450e6b045b6f5458542a5c59e6c741f86107f0388b.png',
|
||||
header_static:
|
||||
|
|
Loading…
Reference in a new issue