18F/charlie

US Code "See Text" expansions are broken

adunkman opened this issue · 2 comments

See the screenshot below showing an app error when clicking on See Text:

image

The returned text can sometimes be very long. Previously Slack automatically split those into multiple posts, but it looks like they now strictly enforce a 3,000-character limit and do not automatically split anything up. So we're gonna have to do some splitting.

Confirmed fixed on the reported message! Thanks!