2e87b2fd22
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
update meme
fixes
publish page fixes
pending
fix notifications
fix comments finally
fix claim preview
no mature for simplesite
Revert "no mature for simplesite"
This reverts commit 9f89242d85
.
fix livestream preview click
no mature on simple site
try fixing invite page crash
probably needs more changes.
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',
|
|
];
|