twitter-clone icon indicating copy to clipboard operation
twitter-clone copied to clipboard

how to make posts 512 characters long

Open ardatious opened this issue 3 years ago • 2 comments

I modified the database to hold 512 characters tweets and retweets, but I can't figure out how to modify the php or js code to allow for the larger amount of characters

ardatious avatar Jul 12 '22 23:07 ardatious

What i have tried sofar is changing the value of max to 512. It doesn't work.

ardatious avatar Jul 14 '22 19:07 ardatious

Amin pointed out I neede to add ?v = something to get new version of js files to load. fixed it.

ardatious avatar Jul 21 '22 04:07 ardatious