mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
6 lines
281 B
JavaScript
6 lines
281 B
JavaScript
export const SET_ACTIVE_REPLY_BOX = 'SET_ACTIVE_REPLY_BOX';
|
|
export const SET_COMMENT_COUNT_CACHE = 'SET_COMMENT_COUNT_CACHE';
|
|
export const ADDTL_COMMENTS_ON_LOAD_MORE = 10;
|
|
export const NEW_COMMENT_COUNT_POLL_INTERVAL = 20000;
|
|
export const VIEW_ALL_COMMENTS = 'VIEW_ALL_COMMENTS';
|