34 Zeilen
874 B
JavaScript
34 Zeilen
874 B
JavaScript
export default {
|
|
id: 19,
|
|
username: "angus",
|
|
uploaded_avatar_id: 5275,
|
|
avatar_template: "/user_avatar/localhost/angus/{size}/5275.png",
|
|
name: "Angus McLeod",
|
|
unread_notifications: 0,
|
|
unread_private_messages: 0,
|
|
unread_high_priority_notifications: 0,
|
|
admin: true,
|
|
notification_channel_position: null,
|
|
site_flagged_posts_count: 1,
|
|
moderator: true,
|
|
staff: true,
|
|
can_create_group: true,
|
|
title: "",
|
|
reply_count: 859,
|
|
topic_count: 36,
|
|
enable_quoting: true,
|
|
external_links_in_new_tab: false,
|
|
dynamic_favicon: true,
|
|
trust_level: 4,
|
|
can_edit: true,
|
|
can_invite_to_forum: true,
|
|
should_be_redirected_to_top: false,
|
|
custom_fields: {},
|
|
muted_category_ids: [],
|
|
dismissed_banner_key: null,
|
|
akismet_review_count: 0,
|
|
title_count_mode: "notifications",
|
|
timezone: "Australia/Perth",
|
|
skip_new_user_tips: false,
|
|
can_review: true,
|
|
};
|