What's the character limit?
| Author | Topic | 
|---|---|
| astrorookie | 
                Posted 2024-05-08 09:44:48
                
                
                
                 I know it's something I could test myself, but I don't want to end up filling the homepage with a super long status that just says "TEST" a million times! 
                i like astrophyics
             | 
| lucidiot | 
                Posted 2024-05-09 17:06:14
                
                
                
                 It should be 140 characters, but if you remove the `maxlength="140"` from the `<textarea>` with the developer tools, you can circumvent that. From reading the source code, there doesn't seem to be any server-side limit. The only requirement is that there should not be zero characters. So that leaves you with a few other limits: 
 And I would indeed recommend not trying that 😅 | 
