aminyasser / twitter-clone

PHP twitter clone with almost all twitter functionalities
78 stars 34 forks source link

how to make posts 512 characters long #20

Open ardatious opened 2 years ago

ardatious commented 2 years ago

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 commented 2 years ago

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

ardatious commented 2 years ago

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