Fix mocks

This commit is contained in:
Mark Felder 2021-01-16 10:36:30 -06:00
parent 4c72ff4625
commit 61d173549e

View file

@ -44,7 +44,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'http://localhost:4000/users/test10', ap_id: 'http://localhost:4000/users/test10',
background_image: null, background_image: null,
confirmation_pending: false, is_confirmed: true,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,
@ -99,7 +99,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk', ap_id: 'https://localhost/users/mk',
background_image: null, background_image: null,
confirmation_pending: false, is_confirmed: true,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,
@ -168,7 +168,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'http://localhost:4000/users/user2', ap_id: 'http://localhost:4000/users/user2',
background_image: null, background_image: null,
confirmation_pending: true, is_confirmed: false,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,
@ -222,7 +222,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk', ap_id: 'https://localhost/users/mk',
background_image: null, background_image: null,
confirmation_pending: false, is_confirmed: true,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,
@ -286,7 +286,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk', ap_id: 'https://localhost/users/mk',
background_image: null, background_image: null,
confirmation_pending: false, is_confirmed: true,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,
@ -344,7 +344,7 @@ export const userChats = [
accepts_chat_messages: true, accepts_chat_messages: true,
ap_id: 'https://localhost/users/mk', ap_id: 'https://localhost/users/mk',
background_image: null, background_image: null,
confirmation_pending: false, is_confirmed: true,
favicon: null, favicon: null,
hide_favorites: true, hide_favorites: true,
hide_followers: false, hide_followers: false,