export const POST_CREATED_EVENT = "composer:post-created"; export const POST_VIEW_UPDATED_EVENT = "post:view-updated"; export const BOOKMARK_CHANGED_EVENT = "post:bookmark-changed"; export const ACCOUNT_SWITCH_EVENT = "auth:account-switched"; export const NOTIFICATIONS_UNREAD_COUNT_EVENT = "notifications:unread-count"; export const NAVIGATION_EVENT = "navigation:explorer-resolved"; export const FOLLOW_HYGIENE_PROGRESS_EVENT = "follow-hygiene:progress";