forked from AkkomaGang/admin-fe
Fix mocks
This commit is contained in:
parent
4c72ff4625
commit
61d173549e
1 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'http://localhost:4000/users/test10',
|
||||
background_image: null,
|
||||
confirmation_pending: false,
|
||||
is_confirmed: true,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
@ -99,7 +99,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'https://localhost/users/mk',
|
||||
background_image: null,
|
||||
confirmation_pending: false,
|
||||
is_confirmed: true,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
@ -168,7 +168,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'http://localhost:4000/users/user2',
|
||||
background_image: null,
|
||||
confirmation_pending: true,
|
||||
is_confirmed: false,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
@ -222,7 +222,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'https://localhost/users/mk',
|
||||
background_image: null,
|
||||
confirmation_pending: false,
|
||||
is_confirmed: true,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
@ -286,7 +286,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'https://localhost/users/mk',
|
||||
background_image: null,
|
||||
confirmation_pending: false,
|
||||
is_confirmed: true,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
@ -344,7 +344,7 @@ export const userChats = [
|
|||
accepts_chat_messages: true,
|
||||
ap_id: 'https://localhost/users/mk',
|
||||
background_image: null,
|
||||
confirmation_pending: false,
|
||||
is_confirmed: true,
|
||||
favicon: null,
|
||||
hide_favorites: true,
|
||||
hide_followers: false,
|
||||
|
|
Loading…
Reference in a new issue