You'll notice
Useful2 Signal0
The footer can display a short message sent by the server, trimmed to 32 characters.
What's wrong with this entry?
Anonymous. No account, no email.
What
The status footer can show a short indicator whose text arrives from the server in the client-data payload.
Details
- Read from the client-data field
footer_indicator. - Text is stripped of control characters, trimmed, truncated to 32 characters and clamped before display.
- Resolves to null when the server sends nothing parseable, in which case nothing renders.
Evidence
footer_indicator
Strings lifted out of the shipped bundle, so the claim above can be checked against them.