ad19495702
Naomi comment websockets increase slow mode time to 5 seconds fix to prevent duplicate comments update livestream details fix channel pin electron boom fix rebase prune unused icons updating meme updating meme update livestream for naomi fix rebase DigitalCashNetwork remove electroboom pin Slavguns Joel So he can edit his claims add streamTypes param to claimTilesDiscover so following section can search for all types of content fix typo
24 lines
408 B
JavaScript
24 lines
408 B
JavaScript
export const LINKED_COMMENT_QUERY_PARAM = 'lc';
|
|
|
|
export const SORT_COMMENTS_NEW = 'new';
|
|
export const SORT_COMMENTS_BEST = 'best';
|
|
export const SORT_COMMENTS_CONTROVERSIAL = 'controversial';
|
|
|
|
export const BANNED_LIVESTREAM_WORDS = [
|
|
'n1gga',
|
|
'f4ggot',
|
|
'faggot',
|
|
'nigga',
|
|
'nigger',
|
|
'F4G',
|
|
'fag',
|
|
'n1gger',
|
|
'faget',
|
|
'niggah',
|
|
'n1ggah',
|
|
'jew',
|
|
'j3w',
|
|
'goy',
|
|
'goyim',
|
|
'fagot',
|
|
];
|