slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump emoji maxLength to 128, simplify login copy

- lexicon: increase emoji field limit from 64 to 128 for long bufo names
- copy: "share your status on the atproto network" → "what's happening?"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz 97d16bc2 4c065fb8

+2 -2
+1 -1
lexicons/status.json
··· 13 13 "type": "string", 14 14 "description": "Status emoji or custom emoji slug (e.g. custom:bufo-stab)", 15 15 "minLength": 1, 16 - "maxLength": 64 16 + "maxLength": 128 17 17 }, 18 18 "text": { 19 19 "type": "string",
+1 -1
site/app.js
··· 742 742 if (!isAuthed) { 743 743 main.innerHTML = ` 744 744 <div class="center"> 745 - <p>share your status on the atproto network</p> 745 + <p>what's happening?</p> 746 746 <form id="login-form"> 747 747 <input type="text" id="handle-input" placeholder="your.handle" required> 748 748 <button type="submit">log in</button>