pull down to refresh
1611 sats \ 4 replies \ @grayruby 7 Feb 2024 \ on: Stacker Saloon
I should know this but are there any character limits to posts?
@ekzyis @k00b
I am already 10,000 words in on @siggy47's creative writing project and my character hasn't even bought bitcoin yet. Just kidding about the 10,000 words but not about the character limit question.
Posts are limited to 100k characters and comments are limited to 10k characters
reply
Thanks.
reply
export const MAX_POST_TEXT_LENGTH = 100000 // 100k export const MAX_COMMENT_TEXT_LENGTH = 10000 // 10k
reply
Thanks
reply